summaryrefslogtreecommitdiffstats
path: root/sbin/dump/unctime.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-20 22:49:40 +0000
committerimp <imp@FreeBSD.org>2002-03-20 22:49:40 +0000
commit69763106f0fd2b6bc5d1d93ba49d88ca38ea3c56 (patch)
tree07ff12515683ef4e24a284e242c874bd8b92d427 /sbin/dump/unctime.c
parent2e58ec02712d7b8dffd130dacaad2ad7c24c592b (diff)
downloadFreeBSD-src-69763106f0fd2b6bc5d1d93ba49d88ca38ea3c56.zip
FreeBSD-src-69763106f0fd2b6bc5d1d93ba49d88ca38ea3c56.tar.gz
o remove __P
o Use ANSI function definitions o unifdef -D__STDC__
Diffstat (limited to 'sbin/dump/unctime.c')
-rw-r--r--sbin/dump/unctime.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c
index 7184e3b..f61f2f3 100644
--- a/sbin/dump/unctime.c
+++ b/sbin/dump/unctime.c
@@ -47,11 +47,8 @@ static const char rcsid[] =
*
* Return -1 if the string is not in ctime format.
*/
-
-
time_t
-unctime(str)
- char *str;
+unctime(char *str)
{
struct tm then;
OpenPOWER on IntegriCloud