diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/gup/files/patch-gup.c | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363286
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 */ |