Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/conf Oops, missed a trailing comma ...
details: https://anonhg.NetBSD.org/src/rev/6ebc81c0aaf2
branches: trunk
changeset: 499649:6ebc81c0aaf2
user: scw <scw%NetBSD.org@localhost>
date: Sat Nov 25 21:06:12 2000 +0000
description:
Oops, missed a trailing comma ...
diffstat:
sys/arch/mvme68k/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 903b13290e0b -r 6ebc81c0aaf2 sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC Sat Nov 25 20:35:32 2000 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC Sat Nov 25 21:06:12 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.18 2000/11/25 20:35:32 scw Exp $
+# $NetBSD: GENERIC,v 1.19 2000/11/25 21:06:12 scw Exp $
include "arch/mvme68k/conf/std.mvme68k"
-#ident "GENERIC-$Revision: 1.18 $"
+#ident "GENERIC-$Revision: 1.19 $"
# Boards this kernel supports
options MVME147
@@ -50,7 +50,7 @@
#options TPIP
#options EON
-options COMPAT_09, COMPAT_10, COMPAT_11,
+options COMPAT_09, COMPAT_10, COMPAT_11
options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
#options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
Home |
Main Index |
Thread Index |
Old Index