freebsd-ports/www/ffproxy/files/patch-dbs.h
Kirill Ponomarev 568128bcfe ffproxy is a filtering HTTP proxy server. It is able
to filter by host, URL, and header. Custom header entries
can be filtered and added. It can even drop its privileges
and optionally chroot() to some directory. Logging to
syslog() is supported, as is using another auxiliary proxy
server. Contacting IPv6 servers is supported and allows
transparent IPv6 over IPv4 browsing.

PR:		54669
Approved by:	fjoe (mentor)
2003-07-21 14:28:03 +00:00

7 lines
159 B
C

--- dbs.h.orig Sun Jul 20 19:16:32 2003
+++ dbs.h Sun Jul 20 19:16:48 2003
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include <regex.h>
extern regex_t *a_ip[];