Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/alpha/conf Alpha GENERIC requires compat_...
details: https://anonhg.NetBSD.org/src/rev/a55755b6ab57
branches: pgoyette-compat
changeset: 830739:a55755b6ab57
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Sep 22 04:23:22 2018 +0000
description:
Alpha GENERIC requires compat_09 for osf1 compat
diffstat:
sys/arch/alpha/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 042d27577dba -r a55755b6ab57 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Sat Sep 22 03:31:40 2018 +0000
+++ b/sys/arch/alpha/conf/GENERIC Sat Sep 22 04:23:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.379.2.3 2018/09/06 06:55:23 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.379.2.4 2018/09/22 04:23:22 pgoyette Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.379.2.3 $"
+ident "GENERIC-$Revision: 1.379.2.4 $"
maxusers 32
@@ -127,7 +127,7 @@
#options ALTQ_WFQ # Weighted Fair Queueing
# Binary compatibility with previous versions of NetBSD.
-include "conf/compat_netbsd10.config"
+include "conf/compat_netbsd09.config"
# OSF/1 binary compatibility
options COMPAT_OSF1
Home |
Main Index |
Thread Index |
Old Index