From 11975abb2c891e563dbed51a52c050ea0b05b8a4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 08:47:51 +0000 Subject: - remove old-style definitions. No object-code changes. --- libc/misc/time/ftime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/misc/time/ftime.c') diff --git a/libc/misc/time/ftime.c b/libc/misc/time/ftime.c index 233d6f70d..49c137ce5 100644 --- a/libc/misc/time/ftime.c +++ b/libc/misc/time/ftime.c @@ -21,8 +21,7 @@ libc_hidden_proto(gettimeofday) -int ftime(timebuf) -struct timeb *timebuf; +int ftime(struct timeb *timebuf) { struct timeval tv; struct timezone tz; -- cgit v1.2.3