diff options
Diffstat (limited to 'net/rtg/files/patch-cgilib-0.4_cgi.c')
-rw-r--r-- | net/rtg/files/patch-cgilib-0.4_cgi.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/rtg/files/patch-cgilib-0.4_cgi.c b/net/rtg/files/patch-cgilib-0.4_cgi.c new file mode 100644 index 000000000000..7d55f8780b06 --- /dev/null +++ b/net/rtg/files/patch-cgilib-0.4_cgi.c @@ -0,0 +1,15 @@ +--- cgilib-0.4/cgi.c.orig 2003-09-25 15:21:06 UTC ++++ cgilib-0.4/cgi.c +@@ -33,9 +33,12 @@ + #ifdef HAVE_CTYPE_H + # include <ctype.h> + #endif ++/* Unnecessary on FreeBSD; malloc.h included in stdlib.h */ ++/* + #ifdef HAVE_MALLOC_H + # include <malloc.h> + #endif ++*/ + + #include <cgi.h> + |