diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2013-12-04 21:33:17 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2013-12-04 21:33:17 +0000 |
commit | 2b45e011ca352ce509bc83ae148230aeee0c7e0d (patch) | |
tree | a618007bb41d13153794a598e3d904ace2976324 /libparse/clk_computime.c | |
parent | 9b5bd0a264b0a21eefac2b929b574c73bd601507 (diff) |
Notes
Diffstat (limited to 'libparse/clk_computime.c')
-rw-r--r-- | libparse/clk_computime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libparse/clk_computime.c b/libparse/clk_computime.c index d0db6a9f24767..1068576f88aa9 100644 --- a/libparse/clk_computime.c +++ b/libparse/clk_computime.c @@ -54,7 +54,7 @@ #include <stdio.h> #else #include "sys/parsestreams.h" -extern void printf P((const char *, ...)); +extern int printf (const char *, ...); #endif /* @@ -88,8 +88,8 @@ static struct format computime_fmt = 0 }; -static u_long cvt_computime P((unsigned char *, int, struct format *, clocktime_t *, void *)); -static unsigned long inp_computime P((parse_t *, unsigned int, timestamp_t *)); +static u_long cvt_computime (unsigned char *, int, struct format *, clocktime_t *, void *); +static unsigned long inp_computime (parse_t *, unsigned int, timestamp_t *); clockformat_t clock_computime = { |