Source-Changes-HG archive

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

[src/trunk]: src/sys/sys KMEMUSER -> _KMEMUSER



details:   https://anonhg.NetBSD.org/src/rev/f3ffa31912a8
branches:  trunk
changeset: 785968:f3ffa31912a8
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Apr 08 01:33:53 2013 +0000

description:
KMEMUSER -> _KMEMUSER

diffstat:

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

diffs (18 lines):

diff -r 500f65527235 -r f3ffa31912a8 sys/sys/physmap.h
--- a/sys/sys/physmap.h Sun Apr 07 23:12:36 2013 +0000
+++ b/sys/sys/physmap.h Mon Apr 08 01:33:53 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: physmap.h,v 1.3 2013/01/19 01:06:34 matt Exp $ */
+/*     $NetBSD: physmap.h,v 1.4 2013/04/08 01:33:53 uebayasi Exp $     */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #ifndef _SYS_PHYSMAP_H_
 #define _SYS_PHYSMAP_H_
 
-#if !defined(_KERNEL) && !defined(KMEMUSER)
+#if !defined(_KERNEL) && !defined(_KMEMUSER)
 #error "not supposed to be exposed to userland"
 #endif
 



Home | Main Index | Thread Index | Old Index