mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3ff37e385b
- use DIRENT - honor CFLAGS - fix missing includes
13 lines
229 B
C
13 lines
229 B
C
--- server/group.c.orig Sat Dec 3 22:54:51 1994
|
|
+++ server/group.c Mon Nov 4 05:43:39 2002
|
|
@@ -11,7 +11,9 @@
|
|
extern void close_xfiles();
|
|
#endif
|
|
|
|
+#ifndef __FreeBSD__
|
|
extern char *malloc();
|
|
+#endif
|
|
|
|
/*
|
|
* GROUP newsgroup
|