Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/sys/arch/sh5/include Pull up revision 1.4 (requested by k...
details: https://anonhg.NetBSD.org/src/rev/ddc9c71d3d48
branches: netbsd-2
changeset: 563678:ddc9c71d3d48
user: riz <riz%NetBSD.org@localhost>
date: Sun May 29 23:38:19 2005 +0000
description:
Pull up revision 1.4 (requested by kleink in ticket #1555):
Include <sys/cdefs.h> for __signed; related to lib/30072.
diffstat:
sys/arch/sh5/include/int_types.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7f28afa97d66 -r ddc9c71d3d48 sys/arch/sh5/include/int_types.h
--- a/sys/arch/sh5/include/int_types.h Sun May 29 23:38:17 2005 +0000
+++ b/sys/arch/sh5/include/int_types.h Sun May 29 23:38:19 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: int_types.h,v 1.3 2003/08/07 16:29:31 agc Exp $ */
+/* $NetBSD: int_types.h,v 1.3.6.1 2005/05/29 23:38:19 riz Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -34,6 +34,8 @@
#ifndef _SH5_INT_TYPES_H_
#define _SH5_INT_TYPES_H_
+#include <sys/cdefs.h>
+
/*
* 7.18.1 Integer types
*/
Home |
Main Index |
Thread Index |
Old Index