diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-14 21:10:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-14 21:10:10 +0000 |
commit | 1e9398a015d7c1a73dd784c34a23bb24095796ef (patch) | |
tree | 89e0d54b4049b69c0ca15477f2770e3e5a7f17f8 /net/wizd/files/patch-wizd_http.c | |
parent | - Update to 6.4.2-7 (diff) |
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 <ayu at commun dot jp>
Notes
Notes:
svn path=/head/; revision=218557
Diffstat (limited to 'net/wizd/files/patch-wizd_http.c')
-rw-r--r-- | net/wizd/files/patch-wizd_http.c | 20 |
1 files changed, 20 insertions, 0 deletions
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 <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];
+
|