Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Generate opt_diagnostic.h for DIAGNOSTIC; define un...



details:   https://anonhg.NetBSD.org/src/rev/99b8da92a5d3
branches:  trunk
changeset: 340288:99b8da92a5d3
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Aug 30 07:52:30 2015 +0000

description:
Generate opt_diagnostic.h for DIAGNOSTIC; define unused _DIAGNOSTIC until
thoroughly populated.

diffstat:

 sys/conf/files |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7a2f798883a8 -r 99b8da92a5d3 sys/conf/files
--- a/sys/conf/files    Sun Aug 30 07:50:34 2015 +0000
+++ b/sys/conf/files    Sun Aug 30 07:52:30 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1143 2015/08/30 07:35:11 uebayasi Exp $
+#      $NetBSD: files,v 1.1144 2015/08/30 07:52:30 uebayasi Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20150832
@@ -28,6 +28,7 @@
 defflag        opt_modular.h           MODULAR_DEFAULT_AUTOLOAD
 defflag                                KEYLOCK
 defparam opt_syslimits.h       CHILD_MAX OPEN_MAX
+defflag opt_diagnostic.h       _DIAGNOSTIC
 
 defparam opt_copy_symtab.h     makeoptions_COPY_SYMTAB
 



Home | Main Index | Thread Index | Old Index