Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/sh5/include Pull up revision 1.4 (requested by k...



details:   https://anonhg.NetBSD.org/src/rev/503ab51c3b24
branches:  netbsd-3
changeset: 575924:503ab51c3b24
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 28 13:47:57 2005 +0000

description:
Pull up revision 1.4 (requested by klein in ticket #346):
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 636a6ec67155 -r 503ab51c3b24 sys/arch/sh5/include/int_types.h
--- a/sys/arch/sh5/include/int_types.h  Sat May 28 13:47:50 2005 +0000
+++ b/sys/arch/sh5/include/int_types.h  Sat May 28 13:47:57 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.14.1 2005/05/28 13:47:57 tron 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