diff options
Diffstat (limited to 'www/twhttpd/files/patch-httplog.c')
-rw-r--r-- | www/twhttpd/files/patch-httplog.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/twhttpd/files/patch-httplog.c b/www/twhttpd/files/patch-httplog.c deleted file mode 100644 index 2224be7921d4..000000000000 --- a/www/twhttpd/files/patch-httplog.c +++ /dev/null @@ -1,25 +0,0 @@ ---- httplog.c.orig Sat Dec 8 22:15:44 2001 -+++ httplog.c Sun Feb 4 20:10:16 2007 -@@ -39,11 +39,13 @@ - - #include <time.h> - #include <stdio.h> -+#include <string.h> - #include <syslog.h> -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - #include <sys/time.h> --#include <sys/socket.h> --#include <sys/types.h> - - #include "config.h" - #include "structs.h" -@@ -151,4 +153,4 @@ - } - } - } --} -\ No newline at end of file -+} |