Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Add systm.h to pull in copyout* prototypes.
details: https://anonhg.NetBSD.org/src/rev/38eb93f62f22
branches: trunk
changeset: 500004:38eb93f62f22
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sun Dec 03 13:15:38 2000 +0000
description:
Add systm.h to pull in copyout* prototypes.
diffstat:
sys/compat/netbsd32/netbsd32.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3007f7af038e -r 38eb93f62f22 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h Sun Dec 03 13:05:14 2000 +0000
+++ b/sys/compat/netbsd32/netbsd32.h Sun Dec 03 13:15:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32.h,v 1.14 2000/12/01 12:28:33 jdolecek Exp $ */
+/* $NetBSD: netbsd32.h,v 1.15 2000/12/03 13:15:38 fvdl Exp $ */
/*
* Copyright (c) 1998 Matthew R. Green
@@ -38,6 +38,7 @@
* NetBSD 32-bit compatibility module.
*/
+#include <sys/systm.h>
#include <sys/mount.h>
#include <sys/ipc.h>
#include <sys/shm.h>
Home |
Main Index |
Thread Index |
Old Index