Loading...
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/ftime.c
+++ Libc/Libc-1534.40.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;