Loading...
stdtime/FreeBSD/ftime.c Libc-1725.40.4 Libc-1353.100.2
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/ftime.c
+++ Libc/Libc-1353.100.2/stdtime/FreeBSD/ftime.c
@@ -37,7 +37,8 @@
 #include <sys/timeb.h>
 
 int
-ftime(struct timeb *tbp)
+ftime(tbp)
+        struct timeb *tbp;
 {
         struct timezone tz;
         struct timeval t;