Module Name:    src
Committed By:   joerg
Date:           Tue Apr 26 21:27:44 UTC 2011

Modified Files:
        src/sys/sys: sysctl.h

Log Message:
Kill CTL_EMUL_NAMES.


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/sysctl.h
diff -u src/sys/sys/sysctl.h:1.194 src/sys/sys/sysctl.h:1.195
--- src/sys/sys/sysctl.h:1.194	Tue Apr 26 16:36:43 2011
+++ src/sys/sys/sysctl.h	Tue Apr 26 21:27:44 2011
@@ -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
 

Reply via email to