Source-Changes-HG archive

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

[src/trunk]: src/sys/altq Move BLUE_STATS to a commented out line since it is...



details:   https://anonhg.NetBSD.org/src/rev/2d6258e4c00b
branches:  trunk
changeset: 749718:2d6258e4c00b
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun Dec 06 14:03:23 2009 +0000

description:
Move BLUE_STATS to a commented out line since it is always enabled in
the source file. Fixes PR/35390.

diffstat:

 sys/altq/files.altq |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 86e26ac85656 -r 2d6258e4c00b sys/altq/files.altq
--- a/sys/altq/files.altq       Sun Dec 06 13:39:22 2009 +0000
+++ b/sys/altq/files.altq       Sun Dec 06 14:03:23 2009 +0000
@@ -1,15 +1,18 @@
-#      $NetBSD: files.altq,v 1.6 2006/10/12 19:59:08 peter Exp $
+#      $NetBSD: files.altq,v 1.7 2009/12/06 14:03:23 dsl Exp $
 
 defflag        opt_altq_enabled.h      ALTQ
 defflag opt_altq.h             ALTQ_AFMAP ALTQ_BLUE ALTQ_CBQ ALTQ_CDNR
                                ALTQ_DEBUG ALTQ_FIFOQ ALTQ_FLOWVALVE ALTQ_HFSC
                                ALTQ_IPSEC ALTQ_LOCALQ ALTQ_RED ALTQ_RIO
                                ALTQ_PRIQ ALTQ_JOBS
-                               ALTQ_WFQ ADJUST_CUTOFF BLUE_STATS
+                               ALTQ_WFQ ADJUST_CUTOFF
                                BORROW_OFFTIME CBQ_TRACE
                                FIFOQ_STATS FV_STATS
                                RED_STATS RIO_STATS WFQ_DEBUG
 
+# Always enabled if ALTQ_BLUE defined
+# defflag opt_altq.h           BLUE_STATS
+
 file   altq/altq_conf.c        altq
 file   altq/altq_afmap.c       altq
 file   altq/altq_blue.c        altq



Home | Main Index | Thread Index | Old Index