diff options
Diffstat (limited to 'time/ftime.c')
-rw-r--r-- | time/ftime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/ftime.c b/time/ftime.c index 607467242d..5f71da809c 100644 --- a/time/ftime.c +++ b/time/ftime.c @@ -20,8 +20,7 @@ #include <sys/timeb.h> int -ftime (timebuf) - struct timeb *timebuf; +ftime (struct timeb *timebuf) { int save = errno; struct tm tp; |