diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/pftop/files/patch-config.h | |
parent | - Switch databases/libmemcache to USES=libtool, drop .la files (diff) |
Rename sysutils/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363335
Diffstat (limited to 'sysutils/pftop/files/patch-config.h')
-rw-r--r-- | sysutils/pftop/files/patch-config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/pftop/files/patch-config.h b/sysutils/pftop/files/patch-config.h new file mode 100644 index 000000000000..c6dda1ccc16d --- /dev/null +++ b/sysutils/pftop/files/patch-config.h @@ -0,0 +1,23 @@ +*** config.h.orig Sat Jan 21 04:39:55 2006 +--- config.h Sat Jan 21 04:40:15 2006 +*************** +*** 23,31 **** + + #if OS_LEVEL > 32 + #define HAVE_ADDR_MASK + #define HAVE_ADDR_TYPE +! #define HAVE_ALTQ + #define HAVE_RULE_TOS + #define HAVE_OP_RRG + #endif + +--- 23,31 ---- + + #if OS_LEVEL > 32 + #define HAVE_ADDR_MASK + #define HAVE_ADDR_TYPE +! /* #define HAVE_ALTQ */ + #define HAVE_RULE_TOS + #define HAVE_OP_RRG + #endif + |