Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/if_wg Turn off ALTQ in if_wg module, to match de...



details:   https://anonhg.NetBSD.org/src/rev/aa43b1521a6f
branches:  trunk
changeset: 359850:aa43b1521a6f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Jan 27 14:18:40 2022 +0000

description:
Turn off ALTQ in if_wg module, to match default kernel configs

diffstat:

 sys/modules/if_wg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61ae132872ea -r aa43b1521a6f sys/modules/if_wg/Makefile
--- a/sys/modules/if_wg/Makefile        Thu Jan 27 11:26:44 2022 +0000
+++ b/sys/modules/if_wg/Makefile        Thu Jan 27 14:18:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/08/17 17:29:20 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/27 14:18:40 jakllsch Exp $
 
 .include "../Makefile.inc"
 
@@ -10,7 +10,7 @@
 
 CPPFLAGS+=     -DINET
 CPPFLAGS+=     -DINET6
-CPPFLAGS+=     -DALTQ
+#CPPFLAGS+=    -DALTQ
 
 WARNS=         3
 



Home | Main Index | Thread Index | Old Index