diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:35:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:35:13 +0800 |
commit | b4754144c20fa1b83ea1f22a47237a3eb7b53eea (patch) | |
tree | 788de8415634b2d425718c98ab49d941a5397d6b /www | |
parent | eb041ce0b1cf73b8920b7ef4fe74d8c9450106c3 (diff) | |
download | marcuscom-ports-b4754144c20fa1b83ea1f22a47237a3eb7b53eea.tar.gz marcuscom-ports-b4754144c20fa1b83ea1f22a47237a3eb7b53eea.tar.zst marcuscom-ports-b4754144c20fa1b83ea1f22a47237a3eb7b53eea.zip |
patch
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12783 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/kazehakase/files/patch-src_net_kz-http.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/kazehakase/files/patch-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c new file mode 100644 index 000000000..deb8e918b --- /dev/null +++ b/www/kazehakase/files/patch-src_net_kz-http.c @@ -0,0 +1,11 @@ +--- src/net/kz-http.c.orig 2009-09-04 00:46:36.000000000 +0200 ++++ src/net/kz-http.c 2009-09-04 00:46:49.000000000 +0200 +@@ -25,7 +25,7 @@ + # include "config.h" + #endif /* HAVE_CONFIG_H */ + +-#include <features.h> ++//#include <features.h> + #define __USE_XOPEN + #include <time.h> + #include "gnet.h" |