Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf enable USERCONF



details:   https://anonhg.NetBSD.org/src/rev/45c3c17e3f10
branches:  trunk
changeset: 536530:45c3c17e3f10
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 18 02:19:19 2002 +0000

description:
enable USERCONF

diffstat:

 sys/arch/atari/conf/GENERIC.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2b4b59144735 -r 45c3c17e3f10 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Wed Sep 18 02:16:01 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Wed Sep 18 02:19:19 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.22 2002/09/02 12:10:46 leo Exp $
+#      $NetBSD: GENERIC.in,v 1.23 2002/09/18 02:19:19 lukem Exp $
 #
 # Generic atari
 #
@@ -161,7 +161,7 @@
 #
 options        KTRACE                  # Add kernel tracing system call
 options        DIAGNOSTIC              # Add additional error checking code
-#options       USERCONF                # userconf(4) support
+options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 #else /* INSTALL_KERNEL */
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)



Home | Main Index | Thread Index | Old Index