diff options
Diffstat (limited to 'news/nntp/files/patch-xmit-remote.c')
-rw-r--r-- | news/nntp/files/patch-xmit-remote.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/news/nntp/files/patch-xmit-remote.c b/news/nntp/files/patch-xmit-remote.c new file mode 100644 index 0000000..a3f72ff --- /dev/null +++ b/news/nntp/files/patch-xmit-remote.c @@ -0,0 +1,25 @@ +--- xmit/remote.c.orig Tue Jan 9 08:28:03 1996 ++++ xmit/remote.c Mon Nov 4 05:59:42 2002 +@@ -71,7 +71,13 @@ + char *sfgets(); + char *rfgets(); + ++#ifdef __FreeBSD__ ++#include <stdlib.h> ++#include <unistd.h> ++#include <string.h> ++#else + extern int errno; ++#endif + extern char Debug; + extern char *errmsg(); + extern char *strcpy(); +@@ -403,7 +409,7 @@ + ** with appropriate RFC822 filtering (e.g. CRLF line termination, + ** and dot escaping). Return FALSE if something went wrong. + */ +-sendfile(fp) ++my_sendfile(fp) + FILE *fp; + { + register int c; |