Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Also make available <sys/inttypes.h>.



details:   https://anonhg.NetBSD.org/src/rev/94fe0d30c499
branches:  trunk
changeset: 474622:94fe0d30c499
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Jul 12 20:55:32 1999 +0000

description:
Also make available <sys/inttypes.h>.

diffstat:

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

diffs (17 lines):

diff -r 6586cb913d89 -r 94fe0d30c499 sys/sys/param.h
--- a/sys/sys/param.h   Mon Jul 12 20:50:54 1999 +0000
+++ b/sys/sys/param.h   Mon Jul 12 20:55:32 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.64 1999/07/08 18:12:14 thorpej Exp $       */
+/*     $NetBSD: param.h,v 1.65 1999/07/12 20:55:32 kleink Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -86,6 +86,7 @@
 #endif
 
 #ifndef _LOCORE
+#include <sys/inttypes.h>
 #include <sys/types.h>
 #endif
 



Home | Main Index | Thread Index | Old Index