summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/savecore.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-07-28 06:38:57 +0000
committercharnier <charnier@FreeBSD.org>1998-07-28 06:38:57 +0000
commitb2d8598d95cd21f6e3549607bb84c76c1af81750 (patch)
treee3fd9c2c29f73eb8de569b24691a1081bd6d4c1f /sbin/savecore/savecore.c
parentcd64002d5da7c3bacf30747f3a6af5baca8676a6 (diff)
downloadFreeBSD-src-b2d8598d95cd21f6e3549607bb84c76c1af81750.zip
FreeBSD-src-b2d8598d95cd21f6e3549607bb84c76c1af81750.tar.gz
Correct use of .Nm, add rcsid, remove unused #include.
Diffstat (limited to 'sbin/savecore/savecore.c')
-rw-r--r--sbin/savecore/savecore.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index d90a9a7..d6e4591 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -32,20 +32,23 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1986, 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/syslog.h>
-#include <sys/time.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
OpenPOWER on IntegriCloud