Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Split POOL_DIAGNOSTIC and POOL_LOGSIZE into seperat...
details: https://anonhg.NetBSD.org/src/rev/513886b76070
branches: trunk
changeset: 472437:513886b76070
user: scottr <scottr%NetBSD.org@localhost>
date: Thu Apr 29 17:41:45 1999 +0000
description:
Split POOL_DIAGNOSTIC and POOL_LOGSIZE into seperate option header files.
The former is used in many places, and the latter in one, which makes
adjusting POOL_LOGSIZE rather painful.
diffstat:
sys/conf/files | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b6077eb3153b -r 513886b76070 sys/conf/files
--- a/sys/conf/files Thu Apr 29 17:34:49 1999 +0000
+++ b/sys/conf/files Thu Apr 29 17:41:45 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.285 1999/03/26 08:00:38 pk Exp $
+# $NetBSD: files,v 1.286 1999/04/29 17:41:45 scottr Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -28,7 +28,8 @@
defopt NFSSERVER
defopt opt_malloclog.h MALLOCLOG MALLOCLOGSIZE
-defopt opt_pool.h POOL_DIAGNOSTIC POOL_LOGSIZE
+defopt opt_pool.h POOL_DIAGNOSTIC
+defopt opt_poollog.h POOL_LOGSIZE
defopt opt_execfmt.h EXEC_AOUT EXEC_ECOFF EXEC_ELF32 EXEC_ELF64 EXEC_SCRIPT
Home |
Main Index |
Thread Index |
Old Index