Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen oops



details:   https://anonhg.NetBSD.org/src/rev/78b7cfb2ed90
branches:  trunk
changeset: 555944:78b7cfb2ed90
user:      atatat <atatat%NetBSD.org@localhost>
date:      Thu Dec 04 19:45:19 2003 +0000

description:
oops

diffstat:

 lib/libc/gen/sysctl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 7393bd2215e8 -r 78b7cfb2ed90 lib/libc/gen/sysctl.c
--- a/lib/libc/gen/sysctl.c     Thu Dec 04 19:42:32 2003 +0000
+++ b/lib/libc/gen/sysctl.c     Thu Dec 04 19:45:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.c,v 1.14 2003/12/04 19:40:55 atatat Exp $       */
+/*     $NetBSD: sysctl.c,v 1.15 2003/12/04 19:45:19 atatat Exp $       */
 
 /*-
  * Copyright (c) 1993
@@ -34,13 +34,12 @@
 #if 0
 static char sccsid[] = "@(#)sysctl.c   8.2 (Berkeley) 1/4/94";
 #else
-__RCSID("$NetBSD: sysctl.c,v 1.14 2003/12/04 19:40:55 atatat Exp $");
+__RCSID("$NetBSD: sysctl.c,v 1.15 2003/12/04 19:45:19 atatat Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
 #include <sys/param.h>
-#define __USE_NEW_SYSCTL
 #include <sys/sysctl.h>
 
 #include <errno.h>



Home | Main Index | Thread Index | Old Index