summaryrefslogtreecommitdiffstats
path: root/sbin/dump/tape.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/tape.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/tape.c')
-rw-r--r--sbin/dump/tape.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c
index dec27ee..1fda006 100644
--- a/sbin/dump/tape.c
+++ b/sbin/dump/tape.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)tape.c 8.4 (Berkeley) 5/1/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -65,7 +69,6 @@ int write(), read();
#endif
#include "dump.h"
-#include "pathnames.h"
int writesize; /* size of malloc()ed buffer for tape */
long lastspclrec = -1; /* tape block number of last written header */
OpenPOWER on IntegriCloud