Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Add COMPAT_50 for MALTA.



details:   https://anonhg.NetBSD.org/src/rev/a9564a5fdce6
branches:  trunk
changeset: 747427:a9564a5fdce6
user:      rmind <rmind%NetBSD.org@localhost>
date:      Mon Sep 14 12:52:20 2009 +0000

description:
Add COMPAT_50 for MALTA.

diffstat:

 sys/arch/evbmips/conf/MALTA |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a142b07c796e -r a9564a5fdce6 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Mon Sep 14 12:49:33 2009 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Sep 14 12:52:20 2009 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.51 2009/03/06 20:31:48 joerg Exp $
+#      $NetBSD: MALTA,v 1.52 2009/09/14 12:52:20 rmind Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.51 $"
+#ident                 "MALTA-$Revision: 1.52 $"
 
 maxusers       32
 
@@ -51,6 +51,7 @@
 options        COMPAT_20       # NetBSD 2.0 binary compatibility
 options        COMPAT_30       # NetBSD 3.0 compatibility.
 options        COMPAT_40       # NetBSD 4.0 compatibility.
+options        COMPAT_50       # NetBSD 5.0 compatibility.
 #options       EXEC_ECOFF      # exec ECOFF binaries
 #options       COMPAT_ULTRIX   # binary compatibility with Ultrix
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index