diff options
Diffstat (limited to 'www/twhttpd/files/patch-cfg_parser.y')
-rw-r--r-- | www/twhttpd/files/patch-cfg_parser.y | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/twhttpd/files/patch-cfg_parser.y b/www/twhttpd/files/patch-cfg_parser.y new file mode 100644 index 000000000000..2ed4a34a4168 --- /dev/null +++ b/www/twhttpd/files/patch-cfg_parser.y @@ -0,0 +1,14 @@ +--- cfg_parser.y.orig Sat Aug 31 12:41:16 2002 ++++ cfg_parser.y Mon Jun 26 02:40:51 2006 +@@ -27,10 +27,10 @@ + #include <regex.h> + #include <errno.h> + #include <stdio.h> +-#include <arpa/inet.h> + #include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + + #include "config.h" + #include "cfg_functions.h" |