summaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-server-msgidd.c
blob: 70d6b13066e0e10d771585680b8fb59aac9648e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- server/msgidd.c.orig	Fri Dec  9 03:53:01 1994
+++ server/msgidd.c	Mon Nov  4 05:51:18 2002
@@ -34,8 +34,10 @@
 #define dprintf (void)
 #endif
 
+#ifndef __FreeBSD__
 char *malloc();
 extern int errno;
+#endif
 
 int log = 0, flags = 0;
 time_t hold_time = MAX_AGE * 60;