Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 22 04:23:22 UTC 2018

Modified Files:
        src/sys/arch/alpha/conf [pgoyette-compat]: GENERIC

Log Message:
Alpha GENERIC requires compat_09 for osf1 compat


To generate a diff of this commit:
cvs rdiff -u -r1.379.2.3 -r1.379.2.4 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.379.2.3 src/sys/arch/alpha/conf/GENERIC:1.379.2.4
--- src/sys/arch/alpha/conf/GENERIC:1.379.2.3	Thu Sep  6 06:55:23 2018
+++ src/sys/arch/alpha/conf/GENERIC	Sat Sep 22 04:23:22 2018
@@ -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 @@ include 	"arch/alpha/conf/std.alpha"
 
 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 	PPP_FILTER	# Active filter supp
 #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

Reply via email to