summaryrefslogtreecommitdiffstats
path: root/sbin/dump/unctime.c
diff options
context:
space:
mode:
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