summaryrefslogtreecommitdiff
path: root/www/bozohttpd/files/patch-bozohttpd.h
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-02-18 07:28:52 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-02-18 07:28:52 +0000
commita6116545ad91a1dbb91e8dd1341bc052b4222cad (patch)
tree005d1b5e568d42d074690187932288e88d7340ad /www/bozohttpd/files/patch-bozohttpd.h
parentUpdate to 9.16.12 (diff)
www/bozohttpd: update to 20201014
Add config options. ChangeLog: http://www.eterna.com.au/bozohttpd/CHANGES PR: 253542 Submitted by: henrik@gulbra.net Reviewed by: jmohacsi@bsd.hu (maintainer)
Notes
Notes: svn path=/head/; revision=565909
Diffstat (limited to 'www/bozohttpd/files/patch-bozohttpd.h')
-rw-r--r--www/bozohttpd/files/patch-bozohttpd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/bozohttpd/files/patch-bozohttpd.h b/www/bozohttpd/files/patch-bozohttpd.h
new file mode 100644
index 000000000000..cd728903cfd3
--- /dev/null
+++ b/www/bozohttpd/files/patch-bozohttpd.h
@@ -0,0 +1,13 @@
+--- bozohttpd.h.orig 2021-02-13 19:42:32 UTC
++++ bozohttpd.h
+@@ -44,8 +44,8 @@
+ #include <lua.h>
+ #endif
+
+-#ifndef NO_BLOCKLIST_SUPPORT
+-#include <blocklist.h>
++#ifndef NO_BLACKLIST_SUPPORT
++#include <blacklist.h>
+ void pfilter_notify(const int, const int);
+ #endif
+