blob: b23f679a43e98534cae4e015f8d3762b6ca172ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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)
|