aboutsummaryrefslogtreecommitdiff
path: root/time/ftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/ftime.c')
-rw-r--r--time/ftime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/time/ftime.c b/time/ftime.c
index 6074672..5f71da8 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;