File texlive-20091011-source-initnew.patch of Package mingw32-texlive
diff -Naur texlive-20091011-source.orig/texk/kpathsea/mingw32.c texlive-20091011-source/texk/kpathsea/mingw32.c
--- texlive-20091011-source.orig/texk/kpathsea/mingw32.c 2010-01-23 16:43:59.000000000 +0100
+++ texlive-20091011-source/texk/kpathsea/mingw32.c 2010-01-23 16:45:08.000000000 +0100
@@ -412,7 +412,8 @@
char *suffixes[] = { ".bat", ".cmd", ".com", ".exe", NULL };
char **s;
#if 1
- char **new;
+ char *dummy;
+ char **new = &dummy;
#endif
char *app_name, *new_cmd;