Module Name: src
Committed By: riastradh
Date: Tue Aug 1 13:02:37 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: MMNET_GENERIC
Log Message:
Remove commented vestiges of bygone compat options.
COMPAT_MACH, COMPAT_DARWIN, EXEC_MACHO, and COMPAT_PECOFF were all
removed ages ago.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/MMNET_GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.28 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.29
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.28 Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC Tue Aug 1 13:02:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.28 2017/07/29 18:08:57 maxv Exp $
+# $NetBSD: MMNET_GENERIC,v 1.29 2017/08/01 13:02:37 riastradh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.28 $"
+#ident "GENERIC-$Revision: 1.29 $"
maxusers 32 # estimated number of users
@@ -113,11 +113,7 @@ options COMPAT_43 # 4.3BSD, 386BSD, and
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-#options COMPAT_MACH # binary compatibility with Mach binaries
-#options COMPAT_DARWIN # binary compatibility with Darwin binaries
-#options EXEC_MACHO # exec MACH-O binaries
#options COMPAT_NDIS # NDIS network driver
-#options COMPAT_PECOFF # kernel support to run Win32 apps
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems