Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Revert symbol definition check.



details:   https://anonhg.NetBSD.org/src/rev/07f355cb908b
branches:  trunk
changeset: 479855:07f355cb908b
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Dec 23 15:23:52 1999 +0000

description:
Revert symbol definition check.

diffstat:

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

diffs (18 lines):

diff -r 5a31316efd81 -r 07f355cb908b sys/sys/param.h
--- a/sys/sys/param.h   Thu Dec 23 15:07:21 1999 +0000
+++ b/sys/sys/param.h   Thu Dec 23 15:23:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.81 1999/12/23 14:07:36 tron Exp $  */
+/*     $NetBSD: param.h,v 1.82 1999/12/23 15:23:52 tron Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -81,7 +81,7 @@
 
 #define NetBSD 199905          /* NetBSD version (year & month). */
 
-#if !defined(_KERNEL) && !defined(_STANDALONE)
+#if defined(_KERNEL) || defined(_STANDALONE)
 #ifndef NULL
 #define        NULL    0
 #endif /* NULL */



Home | Main Index | Thread Index | Old Index