diff options
Diffstat (limited to 'devel/imake-4/files/patch-t01')
-rw-r--r-- | devel/imake-4/files/patch-t01 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/imake-4/files/patch-t01 b/devel/imake-4/files/patch-t01 index 6d605f8e3696..ce994b4f2ce5 100644 --- a/devel/imake-4/files/patch-t01 +++ b/devel/imake-4/files/patch-t01 @@ -1,6 +1,15 @@ ---- imake/imake.c~ Thu Jun 15 04:36:17 2000 -+++ imake/imake.c Thu Sep 28 13:58:02 2000 -@@ -1184,6 +1184,19 @@ +--- imake/imake.c.ORIG Mon Dec 18 14:54:34 2000 ++++ imake/imake.c Mon Dec 18 14:55:25 2000 +@@ -399,7 +399,7 @@ + int + main(int argc, char *argv[]) + { +- FILE *tmpfd; ++ FILE *tmpfd = (FILE *)NULL; + char makeMacro[ BUFSIZ ]; + char makefileMacro[ BUFSIZ ]; + +@@ -1208,6 +1208,19 @@ if (uname(&name) < 0) LogFatal("Cannot invoke uname", ""); |