Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add COMPAT_16.



details:   https://anonhg.NetBSD.org/src/rev/0576973cb59f
branches:  trunk
changeset: 555755:0576973cb59f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Nov 27 03:57:57 2003 +0000

description:
Add COMPAT_16.

diffstat:

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

diffs (26 lines):

diff -r 0b55057f9f6f -r 0576973cb59f sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Nov 27 01:05:45 2003 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Nov 27 03:57:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.187 2003/10/18 08:30:12 lukem Exp $
+# $NetBSD: ALPHA,v 1.188 2003/11/27 03:57:57 simonb Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.187 $"
+ident          "ALPHA-$Revision: 1.188 $"
 
 maxusers 32
 
@@ -111,6 +111,7 @@
 options        COMPAT_12
 options        COMPAT_13
 options        COMPAT_14
+options        COMPAT_16
 
 # OSF/1 binary compatibility
 options        COMPAT_OSF1



Home | Main Index | Thread Index | Old Index