Source-Changes-HG archive

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

[src/trunk]: src/sbin/sysctl Remove #define of __USE_NEW_SYSCTL. I'm not eve...



details:   https://anonhg.NetBSD.org/src/rev/b448bf7a1d87
branches:  trunk
changeset: 559858:b448bf7a1d87
user:      atatat <atatat%NetBSD.org@localhost>
date:      Wed Mar 24 20:20:44 2004 +0000

description:
Remove #define of __USE_NEW_SYSCTL.  I'm not even sure I remember what
I used it for, but we certainly don't need it now.

diffstat:

 sbin/sysctl/sysctlutil.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fccfbf1a0142 -r b448bf7a1d87 sbin/sysctl/sysctlutil.c
--- a/sbin/sysctl/sysctlutil.c  Wed Mar 24 20:17:59 2004 +0000
+++ b/sbin/sysctl/sysctlutil.c  Wed Mar 24 20:20:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctlutil.c,v 1.8 2004/03/24 20:17:59 atatat Exp $ */
+/*     $NetBSD: sysctlutil.c,v 1.9 2004/03/24 20:20:44 atatat Exp $ */
 
 /*-
  * Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
@@ -33,7 +33,6 @@
  */
 
 #include <sys/param.h>
-#define __USE_NEW_SYSCTL
 #include <sys/sysctl.h>
 
 #include <errno.h>



Home | Main Index | Thread Index | Old Index