diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 19:17:45 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 19:17:45 +0000 |
commit | 499887a1231954c188aa042b8b51601ca33b125c (patch) | |
tree | eef69893877410a743c52d3da1a6db3ef6322f42 /www/twhttpd/files/patch-cfg_parser.y | |
parent | ec97c639b24667e8d95419a71a09e2fa59289754 (diff) | |
download | ports-499887a1231954c188aa042b8b51601ca33b125c.tar.gz ports-499887a1231954c188aa042b8b51601ca33b125c.zip |
Notes
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" |