diff options
Diffstat (limited to 'news/gup/files/patch-gup.c')
-rw-r--r-- | news/gup/files/patch-gup.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/news/gup/files/patch-gup.c b/news/gup/files/patch-gup.c new file mode 100644 index 000000000000..b12f3770a258 --- /dev/null +++ b/news/gup/files/patch-gup.c @@ -0,0 +1,20 @@ +--- gup.c.orig Sun Oct 20 16:55:33 2002 ++++ gup.c Sun Oct 20 16:55:50 2002 +@@ -37,7 +37,7 @@ + + + char *progname = "gup"; /* GC */ +-FILE *log_fp = stderr; ++FILE *log_fp; + + static char *usage = + "\n\ +@@ -165,6 +165,8 @@ + + int changed; + ++ log_fp = stderr; ++ + umask(UMASK); + + parse_options(argc, argv); /* Decode our command line options */ |