summaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-server-scandir.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-11-04 05:00:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-11-04 05:00:14 +0000
commit3ff37e385bb15e608586b24278ba3dde9ea57151 (patch)
tree0b09981cfb671da75e612993d4ac3a3ef4a2551b /news/nntp/files/patch-server-scandir.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-scandir.c')
-rw-r--r--news/nntp/files/patch-server-scandir.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nntp/files/patch-server-scandir.c b/news/nntp/files/patch-server-scandir.c
new file mode 100644
index 000000000000..b23f679a43e9
--- /dev/null
+++ b/news/nntp/files/patch-server-scandir.c
@@ -0,0 +1,12 @@
+--- server/scandir.c.orig Sat Nov 5 07:04:53 1994
++++ server/scandir.c Mon Nov 4 05:44:47 2002
+@@ -21,7 +21,9 @@
+ */
+
+ extern int intcmp();
++#ifndef __FreeBSD__
+ extern char *malloc(), *realloc();
++#endif
+
+ int
+ scan_dir(low_msg, high_msg)