Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Oops, I didn't mean to remove <sys/inttypes.h> in th...
details: https://anonhg.NetBSD.org/src/rev/c9b26018ee72
branches: trunk
changeset: 479842:c9b26018ee72
user: kleink <kleink%NetBSD.org@localhost>
date: Thu Dec 23 09:10:18 1999 +0000
description:
Oops, I didn't mean to remove <sys/inttypes.h> in the previous revision.
diffstat:
sys/sys/param.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f656d492f8fd -r c9b26018ee72 sys/sys/param.h
--- a/sys/sys/param.h Thu Dec 23 07:06:44 1999 +0000
+++ b/sys/sys/param.h Thu Dec 23 09:10:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.79 1999/12/22 21:26:15 kleink Exp $ */
+/* $NetBSD: param.h,v 1.80 1999/12/23 09:10:18 kleink Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -90,6 +90,7 @@
#endif /* _KERNEL */
#ifndef _LOCORE
+#include <sys/inttypes.h>
#include <sys/types.h>
#endif
Home |
Main Index |
Thread Index |
Old Index