Module Name:    src
Committed By:   agc
Date:           Mon Jan  9 19:25:41 UTC 2012

Modified Files:
        src/sys/arch/usermode/conf: GENERIC.common

Log Message:
also add union file system


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode/conf/GENERIC.common

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/usermode/conf/GENERIC.common
diff -u src/sys/arch/usermode/conf/GENERIC.common:1.14 src/sys/arch/usermode/conf/GENERIC.common:1.15
--- src/sys/arch/usermode/conf/GENERIC.common:1.14	Sun Jan  8 19:23:37 2012
+++ src/sys/arch/usermode/conf/GENERIC.common	Mon Jan  9 19:25:40 2012
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.14 2012/01/08 19:23:37 agc Exp $
+# $NetBSD: GENERIC.common,v 1.15 2012/01/09 19:25:40 agc Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options 	INCLUDE_CONFIG_FILE
-#ident 		"GENERIC-$Revision: 1.14 $"
+#ident 		"GENERIC-$Revision: 1.15 $"
 maxusers 	32
 
 makeoptions	DEBUG="-O1 -g3"
@@ -38,6 +38,7 @@ file-system	FDESC
 file-system	KERNFS
 file-system	NULLFS
 file-system	PROCFS
+file-system	UNION
 file-system	PTYFS
 file-system	TMPFS
 file-system	NFS

Reply via email to