Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf remove the commented COMPAT_AOUT - it's n...



details:   https://anonhg.NetBSD.org/src/rev/ccc87fce9de0
branches:  trunk
changeset: 569893:ccc87fce9de0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 12 12:49:22 2004 +0000

description:
remove the commented COMPAT_AOUT - it's not present in the other
kernel configs neither

diffstat:

 sys/arch/i386/conf/DELPHI |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 85c149d4e672 -r ccc87fce9de0 sys/arch/i386/conf/DELPHI
--- a/sys/arch/i386/conf/DELPHI Sun Sep 12 11:24:15 2004 +0000
+++ b/sys/arch/i386/conf/DELPHI Sun Sep 12 12:49:22 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DELPHI,v 1.41 2004/09/08 11:38:22 jmmv Exp $
+#      $NetBSD: DELPHI,v 1.42 2004/09/12 12:49:22 jdolecek Exp $
 #
 #      DELPHI -- one of thorpej%zembu.com@localhost's devel machines
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "DELPHI-$Revision: 1.41 $"
+ident          "DELPHI-$Revision: 1.42 $"
 
 maxusers       64              # estimated number of users
 
@@ -90,8 +90,6 @@
 options        COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-#options       COMPAT_AOUT     # binary compat for NetBSD a.out binaries
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)



Home | Main Index | Thread Index | Old Index