--- include/system.h.org	Fri Jul 24 22:45:01 1998
+++ include/system.h	Fri Jul 24 22:46:04 1998
@@ -511,6 +511,9 @@
 # endif
 # endif
 
+#if defined(BSD)
+/* no declaration needed: it's in time.h */
+#else
 # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
 #  ifndef       __WATCOMC__
 E time_t FDECL(time, (time_t *));
@@ -518,6 +521,7 @@
 # else
 E long FDECL(time, (time_t *));
 # endif /* ULTRIX */
+#endif
 
 #ifdef VMS
 	/* used in makedefs.c, but missing from gcc-vms's <time.h> */
