Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/atari/conf Pull up revision 1.39 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/1b1471c7ef7c
branches:  netbsd-2-0
changeset: 562032:1b1471c7ef7c
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:18:24 2004 +0000

description:
Pull up revision 1.39 (requested by atatat in ticket #663):
        Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
        but commented out in most of them.

diffstat:

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

diffs (18 lines):

diff -r ee3b043286f7 -r 1b1471c7ef7c sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Thu Jul 15 20:18:17 2004 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Thu Jul 15 20:18:24 2004 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.33.2.2 2004/07/02 17:39:46 he Exp $
+#      $NetBSD: GENERIC.in,v 1.33.2.3 2004/07/15 20:18:24 he Exp $
 #
 # Generic atari
 #
@@ -177,6 +177,7 @@
 options        DIAGNOSTIC              # Add additional error checking code
 options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 #else /* INSTALL_KERNEL */
 options                PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 #endif



Home | Main Index | Thread Index | Old Index