12 lines
383 B
C
12 lines
383 B
C
--- ../rsc/source/rscpp/cpp.h.orig Fri Mar 1 00:14:38 2002
|
|
+++ ../rsc/source/rscpp/cpp.h Fri Mar 1 00:15:03 2002
|
|
@@ -462,7 +462,9 @@
|
|
extern char *strrchr();
|
|
extern char *strchr();
|
|
#if ! ( defined UNX && defined ALPHA )
|
|
+#if ! ( defined FREEBSD )
|
|
extern long time();
|
|
+#endif
|
|
#endif
|
|
/* extern char *sprintf(); */ /* Lint needs this */
|
|
|