Source-Changes-HG archive

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

[src/trunk]: src/sys/sys According to nxr.netbsd.org nothing uses CTL_NAMES now.



details:   https://anonhg.NetBSD.org/src/rev/dba865660185
branches:  trunk
changeset: 758728:dba865660185
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 05:34:56 2010 +0000

description:
According to nxr.netbsd.org nothing uses CTL_NAMES now.

diffstat:

 sys/sys/sysctl.h |  19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diffs (33 lines):

diff -r af1119b0226a -r dba865660185 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Sun Nov 14 05:31:59 2010 +0000
+++ b/sys/sys/sysctl.h  Sun Nov 14 05:34:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.188 2009/12/12 00:24:57 rmind Exp $       */
+/*     $NetBSD: sysctl.h,v 1.189 2010/11/14 05:34:56 uebayasi Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -167,23 +167,6 @@
 #define        CTL_SECURITY    13              /* security */
 #define        CTL_MAXID       14              /* number of valid top-level ids */
 
-#define        CTL_NAMES { \
-       { 0, 0 }, \
-       { "kern", CTLTYPE_NODE }, \
-       { "vm", CTLTYPE_NODE }, \
-       { "vfs", CTLTYPE_NODE }, \
-       { "net", CTLTYPE_NODE }, \
-       { "debug", CTLTYPE_NODE }, \
-       { "hw", CTLTYPE_NODE }, \
-       { "machdep", CTLTYPE_NODE }, \
-       { "user", CTLTYPE_NODE }, \
-       { "ddb", CTLTYPE_NODE }, \
-       { "proc", CTLTYPE_NODE }, \
-       { "vendor", CTLTYPE_NODE }, \
-       { "emul", CTLTYPE_NODE }, \
-       { "security", CTLTYPE_NODE }, \
-}
-
 /*
  * The "vendor" toplevel name is to be used by vendors who wish to
  * have their own private MIB tree. If you do that, please use



Home | Main Index | Thread Index | Old Index