diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-t01')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-t01 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-t01 b/x11/XFree86-4-libraries/files/patch-t01 index f65c915cbbff..dc971232b5fb 100644 --- a/x11/XFree86-4-libraries/files/patch-t01 +++ b/x11/XFree86-4-libraries/files/patch-t01 @@ -1,14 +1,5 @@ --- config/imake/imake.c.ORIG Mon Dec 18 14:54:34 2000 +++ config/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", ""); |