Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/include Fix compile error in: sys/lkm/vfs/misc...



details:   https://anonhg.NetBSD.org/src/rev/24425c28b24d
branches:  trunk
changeset: 471747:24425c28b24d
user:      gwr <gwr%NetBSD.org@localhost>
date:      Sat Apr 10 02:15:46 1999 +0000

description:
Fix compile error in: sys/lkm/vfs/miscfs/procfs

diffstat:

 sys/arch/sun3/include/vmparam.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 183c2f15ca47 -r 24425c28b24d sys/arch/sun3/include/vmparam.h
--- a/sys/arch/sun3/include/vmparam.h   Sat Apr 10 01:52:33 1999 +0000
+++ b/sys/arch/sun3/include/vmparam.h   Sat Apr 10 02:15:46 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.22 1999/04/05 14:35:13 gwr Exp $ */
+/*     $NetBSD: vmparam.h,v 1.23 1999/04/10 02:15:46 gwr Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,6 +39,10 @@
 #ifdef _SUN3X_
 #include <machine/vmparam3x.h>
 #endif /* SUN3X */
+#ifdef _LKM
+#define        USRSTACK KERNBASE
+extern char KERNBASE[];
+#endif /* _LKM */
 
 /* This is needed by some LKMs. */
 #define VM_PHYSSEG_MAX         4



Home | Main Index | Thread Index | Old Index