Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/include Spell _KMEMUSER correctly



details:   https://anonhg.NetBSD.org/src/rev/678720e98899
branches:  trunk
changeset: 777408:678720e98899
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Feb 17 16:57:57 2012 +0000

description:
Spell _KMEMUSER correctly

Spotted by riz@

diffstat:

 sys/arch/acorn32/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6f678ebd336 -r 678720e98899 sys/arch/acorn32/include/vmparam.h
--- a/sys/arch/acorn32/include/vmparam.h        Fri Feb 17 16:44:34 2012 +0000
+++ b/sys/arch/acorn32/include/vmparam.h        Fri Feb 17 16:57:57 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.23 2012/02/17 16:44:34 christos Exp $    */
+/*     $NetBSD: vmparam.h,v 1.24 2012/02/17 16:57:57 skrll Exp $       */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -32,7 +32,7 @@
 #ifndef        _ARM32_VMPARAM_H_
 #define        _ARM32_VMPARAM_H_
 
-#if defined(_KERNEL) || defined(_KEMUSER)
+#if defined(_KERNEL) || defined(_KMEMUSER)
 
 #include <arm/arm32/vmparam.h>
 



Home | Main Index | Thread Index | Old Index