freebsd-ports/sysutils/pftop/files/patch-config.h
Kurt Jaeger 6863144244 sysutils/pftop: add ALTQ option, disable by default
- ALTQ is not in GENERIC and thus browsing through pftop modes the
  queue view gives an error.
- While there, modernise the ATLQ disable patch, it is not a unified diff.
- Add LICENSE

PR:		215313
Submitted by:	Franco Fichtner <franco@opnsense.org>
Approved by:	araujo (maintainer)
2017-01-16 18:14:26 +00:00

11 lines
236 B
C

--- config.h.orig 2016-11-02 12:16:30 UTC
+++ config.h
@@ -42,7 +42,7 @@
#if OS_LEVEL > 32
#define HAVE_ADDR_MASK
#define HAVE_ADDR_TYPE
-#define HAVE_ALTQ
+/* #define HAVE_ALTQ */
#define HAVE_RULE_TOS
#define HAVE_OP_RRG
#endif