From 1e9398a015d7c1a73dd784c34a23bb24095796ef Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 14 Aug 2008 21:10:10 +0000 Subject: Wizd is serving all your media files (video, audio, photo...) to your Syabas-based network player. WWW: http://wizd.sourceforge.net/ PR: ports/125178 Submitted by: Ayumi M --- net/wizd/files/patch-wizd_http.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/wizd/files/patch-wizd_http.c (limited to 'net/wizd/files/patch-wizd_http.c') diff --git a/net/wizd/files/patch-wizd_http.c b/net/wizd/files/patch-wizd_http.c new file mode 100644 index 000000000000..354931d874c2 --- /dev/null +++ b/net/wizd/files/patch-wizd_http.c @@ -0,0 +1,20 @@ +--- 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 + #include + #include ++#ifdef __CYGWIN32__ + #include ++#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]; + -- cgit v1.2.3