aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/tape.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-06-15 06:58:13 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-06-15 06:58:13 +0000
commit7580ffbbbd10b1d258448cb1101354d524d25978 (patch)
tree2c9a89dbaacf2e99cc6576351b0ccca78d753763 /sbin/dump/tape.c
parent7cac38703b687a8882513b69f0ccfa1635914cfe (diff)
downloadsrc-7580ffbbbd10b1d258448cb1101354d524d25978.tar.gz
src-7580ffbbbd10b1d258448cb1101354d524d25978.zip
Correct use of .Nm. Add rcsid. Remove unused #includes.
Notes
Notes: svn path=/head/; revision=36997
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 dec27eede186..1fda0069bdbe 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 */