summaryrefslogtreecommitdiffstats
path: root/sbin/dump/unctime.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-06-15 06:58:13 +0000
committercharnier <charnier@FreeBSD.org>1998-06-15 06:58:13 +0000
commitc21f0cc56cfd3c4de7eb2cd4ff2a3116332ab714 (patch)
treefc2717050e2536d8226e49748a62f5483aa1bd57 /sbin/dump/unctime.c
parentc7898a453bf024c50abb7c823f4297cddf041b88 (diff)
downloadFreeBSD-src-c21f0cc56cfd3c4de7eb2cd4ff2a3116332ab714.zip
FreeBSD-src-c21f0cc56cfd3c4de7eb2cd4ff2a3116332ab714.tar.gz
Correct use of .Nm. Add rcsid. Remove unused #includes.
Diffstat (limited to 'sbin/dump/unctime.c')
-rw-r--r--sbin/dump/unctime.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/sbin/dump/unctime.c b/sbin/dump/unctime.c
index bacb469..09557e5 100644
--- a/sbin/dump/unctime.c
+++ b/sbin/dump/unctime.c
@@ -32,22 +32,19 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)unctime.c 8.2 (Berkeley) 6/14/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
-#include <sys/types.h>
-
-#include <stdio.h>
#include <time.h>
#ifdef __STDC__
#include <stdlib.h>
#include <string.h>
#endif
-#ifndef __P
-#include <sys/cdefs.h>
-#endif
-
/*
* Convert a ctime(3) format string into a system format date.
* Return the date thus calculated.
OpenPOWER on IntegriCloud