Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf enable COMPAT_LINUX.



details:   https://anonhg.NetBSD.org/src/rev/cf2172f6e9e2
branches:  trunk
changeset: 756139:cf2172f6e9e2
user:      chs <chs%NetBSD.org@localhost>
date:      Wed Jul 07 01:32:51 2010 +0000

description:
enable COMPAT_LINUX.

diffstat:

 sys/arch/sgimips/conf/GENERIC32_IP2x |  6 +++---
 sys/arch/sgimips/conf/GENERIC32_IP3x |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 71c723c14edd -r cf2172f6e9e2 sys/arch/sgimips/conf/GENERIC32_IP2x
--- a/sys/arch/sgimips/conf/GENERIC32_IP2x      Wed Jul 07 01:31:51 2010 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP2x      Wed Jul 07 01:32:51 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP2x,v 1.82 2010/04/16 13:48:35 pooka Exp $
+#      $NetBSD: GENERIC32_IP2x,v 1.83 2010/07/07 01:32:51 chs Exp $
 #
 # GENERIC32_IP2x machine description file
 # 
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC32-IP2x-$Revision: 1.82 $"
+#ident         "GENERIC32-IP2x-$Revision: 1.83 $"
 
 maxusers       32
 
@@ -87,7 +87,7 @@
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 options        COMPAT_IRIX     # binary compatibility with IRIX
-#options       COMPAT_LINUX    # binary compatibility with Linux
+options        COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix 
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
diff -r 71c723c14edd -r cf2172f6e9e2 sys/arch/sgimips/conf/GENERIC32_IP3x
--- a/sys/arch/sgimips/conf/GENERIC32_IP3x      Wed Jul 07 01:31:51 2010 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP3x      Wed Jul 07 01:32:51 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP3x,v 1.84 2010/04/16 13:48:35 pooka Exp $
+#      $NetBSD: GENERIC32_IP3x,v 1.85 2010/07/07 01:32:51 chs Exp $
 #
 # GENERIC32_IP3x machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC32_IP3x-$Revision: 1.84 $"
+#ident         "GENERIC32_IP3x-$Revision: 1.85 $"
 
 maxusers       32
 
@@ -80,7 +80,7 @@
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 options        COMPAT_IRIX     # binary compatibility with IRIX
-#options       COMPAT_LINUX    # binary compatibility with Linux
+options        COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix 
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 



Home | Main Index | Thread Index | Old Index