86f4c3d05b
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES.
11 lines
415 B
Text
11 lines
415 B
Text
--- include/system.h.orig Sun Mar 31 20:46:35 2002
|
|
+++ include/system.h Sun Mar 31 20:55:33 2002
|
|
@@ -507,7 +507,7 @@
|
|
# endif
|
|
# endif
|
|
|
|
-# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
|
|
+# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || defined(BSD)
|
|
E time_t FDECL(time, (time_t *));
|
|
# else
|
|
E long FDECL(time, (time_t *));
|