diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 20:12:42 +0000 | 
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 20:12:42 +0000 | 
| commit | 1d145de8499c05d221f5f70b77319c42a3a2200a (patch) | |
| tree | 78b140f80f0b805e152ef78d5bc60ea4415626ae /lib/libc/stdtime/strftime.c | |
| parent | 16d8455dcca2a0baeda299a571ee469b01955901 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.c')
| -rw-r--r-- | lib/libc/stdtime/strftime.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index 29401bb6b8a9..bd3ba292f8aa 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -40,11 +40,11 @@ __FBSDID("$FreeBSD$");  #include "un-namespace.h"  #include "timelocal.h" -static char *	_add P((const char *, char *, const char *)); -static char *	_conv P((int, const char *, char *, const char *)); -static char *	_fmt P((const char *, const struct tm *, char *, const char *)); +static char *	_add(const char *, char *, const char *); +static char *	_conv(int, const char *, char *, const char *); +static char *	_fmt(const char *, const struct tm *, char *, const char *); -size_t strftime P((char *, size_t, const char *, const struct tm *)); +size_t strftime(char *, size_t, const char *, const struct tm *);  extern char *	tzname[];  | 
