diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-04 05:00:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-04 05:00:14 +0000 |
commit | 3ff37e385bb15e608586b24278ba3dde9ea57151 (patch) | |
tree | 0b09981cfb671da75e612993d4ac3a3ef4a2551b /news/nntp/files/patch-server-batch.c | |
parent | - Fix perl/reinplace problems (diff) |
- reorder patches
- use DIRENT
- honor CFLAGS
- fix missing includes
Notes
Notes:
svn path=/head/; revision=69435
Diffstat (limited to 'news/nntp/files/patch-server-batch.c')
-rw-r--r-- | news/nntp/files/patch-server-batch.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nntp/files/patch-server-batch.c b/news/nntp/files/patch-server-batch.c new file mode 100644 index 000000000000..31613c663306 --- /dev/null +++ b/news/nntp/files/patch-server-batch.c @@ -0,0 +1,12 @@ +--- server/batch.c.orig Fri Dec 9 03:52:44 1994 ++++ server/batch.c Mon Nov 4 05:45:49 2002 +@@ -31,7 +31,9 @@ + + /* imports */ + extern time_t time(); ++#ifndef __FreeBSD__ + extern char *malloc(), *mktemp(), *index(), *rindex(); ++#endif + /* forwards */ + static char *strsave(); + #ifdef XFER_TIMEOUT |