diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:35:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:35:34 +0000 |
commit | 88448775a3813a03cdfc8ce0af3761df3c84ce45 (patch) | |
tree | 0f6e367a41b4b60740507e0d55d76d321b954d20 /news/gup/files/patch-ab | |
parent | Add the brouted port. (diff) |
Initial import of gup version 0.4.
Allows remote sites to change their newsgroup subscriptions.
PR: 11602
Submitted by: Denis Shaposhnikov <wizard@vlink.ru>
Notes
Notes:
svn path=/head/; revision=19353
Diffstat (limited to 'news/gup/files/patch-ab')
-rw-r--r-- | news/gup/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/gup/files/patch-ab b/news/gup/files/patch-ab new file mode 100644 index 000000000000..4da3b19ed584 --- /dev/null +++ b/news/gup/files/patch-ab @@ -0,0 +1,10 @@ +--- rfc822.h.orig Sun May 9 12:53:24 1999 ++++ rfc822.h Sun May 9 12:53:58 1999 +@@ -246,7 +246,6 @@ + extern int errno; + extern int sys_nerr; + extern int optind; +-extern char *sys_errlist[]; + extern char **environ; + extern char *optarg; + |