Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Kill CTL_EMUL_NAMES.



details:   https://anonhg.NetBSD.org/src/rev/f5a954439c35
branches:  trunk
changeset: 764545:f5a954439c35
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Apr 26 21:27:44 2011 +0000

description:
Kill CTL_EMUL_NAMES.

diffstat:

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

diffs (21 lines):

diff -r 55f92b44b440 -r f5a954439c35 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Tue Apr 26 20:53:34 2011 +0000
+++ b/sys/sys/sysctl.h  Tue Apr 26 21:27:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.194 2011/04/26 16:36:43 joerg Exp $       */
+/*     $NetBSD: sysctl.h,v 1.195 2011/04/26 21:27:44 joerg Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -1006,11 +1006,6 @@
 #define        EMUL_LINUX32    5
 
 #define        EMUL_MAXID      6
-#define        CTL_EMUL_NAMES { \
-       { 0, 0 }, \
-       { "linux", CTLTYPE_NODE }, \
-       { "linux32", CTLTYPE_NODE }, \
-}
 
 #ifdef _KERNEL
 



Home | Main Index | Thread Index | Old Index