Module Name:    src
Committed By:   pooka
Date:           Mon Apr 26 23:18:51 UTC 2010

Modified Files:
        src/sys/sys: module.h

Log Message:
Allow everyone in the kernel to see module_base.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/sys/module.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/module.h
diff -u src/sys/sys/module.h:1.21 src/sys/sys/module.h:1.22
--- src/sys/sys/module.h:1.21	Fri Mar 12 21:53:16 2010
+++ src/sys/sys/module.h	Mon Apr 26 23:18:51 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: module.h,v 1.21 2010/03/12 21:53:16 darran Exp $	*/
+/*	$NetBSD: module.h,v 1.22 2010/04/26 23:18:51 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -146,10 +146,10 @@
 			     __attribute__((__format__(__printf__,1,2)));
 void	module_print(const char *, ...)
 			     __attribute__((__format__(__printf__,1,2)));
+#endif /* _MODULE_INTERNAL */
 
 #define MODULE_BASE_SIZE 64
 extern char	module_base[MODULE_BASE_SIZE];
-#endif /* _MODULE_INTERNAL */
 
 #else	/* _KERNEL */
 

Reply via email to