Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/pdp10/include Pull up revision 1.2 (requested by...



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

description:
Pull up revision 1.2 (requested by klein in ticket #346):
Include <sys/cdefs.h> for __signed; related to lib/30072.

diffstat:

 sys/arch/pdp10/include/int_types.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c819c411c169 -r af8c1f8a4a98 sys/arch/pdp10/include/int_types.h
--- a/sys/arch/pdp10/include/int_types.h        Sat May 28 13:46:17 2005 +0000
+++ b/sys/arch/pdp10/include/int_types.h        Sat May 28 13:47:44 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: int_types.h,v 1.1 2003/08/19 10:53:05 ragge Exp $      */
+/*     $NetBSD: int_types.h,v 1.1.16.1 2005/05/28 13:47:44 tron Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -38,6 +38,8 @@
 #ifndef        _PDP10_INT_TYPES_H_
 #define        _PDP10_INT_TYPES_H_
 
+#include <sys/cdefs.h>
+
 /*
  * 7.18.1 Integer types
  */



Home | Main Index | Thread Index | Old Index