summaryrefslogtreecommitdiff
path: root/net/wizd/files/patch-wizd_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wizd/files/patch-wizd_menu.c')
-rw-r--r--net/wizd/files/patch-wizd_menu.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/wizd/files/patch-wizd_menu.c b/net/wizd/files/patch-wizd_menu.c
deleted file mode 100644
index d195de9a9bec..000000000000
--- a/net/wizd/files/patch-wizd_menu.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- wizd_menu.c.orig 2008-07-02 12:30:10.000000000 +0900
-+++ wizd_menu.c 2008-07-02 13:14:51.000000000 +0900
-@@ -27,7 +27,9 @@
- #include <errno.h>
- #include <libgen.h>
- #include <regex.h>
-+#ifdef __CYGWIN32__
- #include <sys/cygwin.h>
-+#endif
-
- #include <dvdread/dvd_reader.h>
- #include <dvdread/ifo_types.h>
-@@ -3432,7 +3434,6 @@
- debug_log_output("ext = '%s'", file_info_p[count].ext);
- }
-
-- checkmime:
- if ((mime = lookup_mime_by_ext(file_info_p[count].ext)) == NULL) {
- # ifdef HAVE_W32API
- if (strcmp(file_info_p[count].ext, "lnk") == 0) {