Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/sys Pull up revision 1.4 (requested by kleink in tick...



details:   https://anonhg.NetBSD.org/src/rev/c2b4b46a6905
branches:  netbsd-3
changeset: 576483:c2b4b46a6905
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jul 05 13:43:35 2005 +0000

description:
Pull up revision 1.4 (requested by kleink in ticket #547):
Include <sys/cdefs.h> for __signed.

diffstat:

 sys/sys/stdint.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7cf6c79b11da -r c2b4b46a6905 sys/sys/stdint.h
--- a/sys/sys/stdint.h  Tue Jul 05 13:41:17 2005 +0000
+++ b/sys/sys/stdint.h  Tue Jul 05 13:43:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdint.h,v 1.3 2004/05/08 21:51:51 kleink Exp $        */
+/*     $NetBSD: stdint.h,v 1.3.10.1 2005/07/05 13:43:35 tron Exp $     */
 
 /*-
  * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
 #ifndef _SYS_STDINT_H_
 #define _SYS_STDINT_H_
 
+#include <sys/cdefs.h>
 #include <machine/int_types.h>
 
 #ifndef        int8_t



Home | Main Index | Thread Index | Old Index