diff options
author | ed <ed@FreeBSD.org> | 2010-03-13 18:06:17 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-03-13 18:06:17 +0000 |
commit | 533aa54353bcbfc4d972b69b5028b5b0974a7ac0 (patch) | |
tree | 2efe186fc1f547a511400880681a67504eb5dd78 /lib/libcompat/4.1/ftime.c | |
parent | b4809b0e570553066cd9e45450ed33d5966b457a (diff) | |
download | FreeBSD-src-533aa54353bcbfc4d972b69b5028b5b0974a7ac0.zip FreeBSD-src-533aa54353bcbfc4d972b69b5028b5b0974a7ac0.tar.gz |
Small style(9) cleanups.
Diffstat (limited to 'lib/libcompat/4.1/ftime.c')
-rw-r--r-- | lib/libcompat/4.1/ftime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index cc4a7f9..e7be278 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -37,8 +37,7 @@ static char rcsid[] = "$FreeBSD$"; #include <sys/timeb.h> int -ftime(tbp) - struct timeb *tbp; +ftime(struct timeb *tbp) { struct timezone tz; struct timeval t; |