diff options
Diffstat (limited to 'net/wizd/files/patch-wizd_http.c')
-rw-r--r-- | net/wizd/files/patch-wizd_http.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/wizd/files/patch-wizd_http.c b/net/wizd/files/patch-wizd_http.c deleted file mode 100644 index 8904b52f868d..000000000000 --- a/net/wizd/files/patch-wizd_http.c +++ /dev/null @@ -1,20 +0,0 @@ ---- wizd_http.c.orig 2008-07-02 12:30:10.000000000 +0900 -+++ wizd_http.c 2008-07-02 13:12:25.000000000 +0900 -@@ -23,7 +23,9 @@ - #include <dirent.h> - #include <fcntl.h> - #include <libgen.h> -+#ifdef __CYGWIN32__ - #include <sys/cygwin.h> -+#endif - - #include "wizd.h" - #include "wizd_skin.h" -@@ -1072,7 +1074,6 @@ - { - struct stat send_filestat; - int result; -- int len; - - unsigned char file_extension[16]; - |