freebsd-ports/www/ffproxy/files/patch-dbs.h
Baptiste Daroussin 93dcef6960 Prevent collision with getline(3)
While here regen patches
2016-05-13 19:42:03 +00:00

7 lines
133 B
C

--- dbs.h.orig 2002-07-25 12:24:10 UTC
+++ dbs.h
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include <regex.h>
extern regex_t *a_ip[];