aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-02-01 23:44:19 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-02-01 23:44:19 +0000
commitaf00957e47810c04711046f1dc6e9e7be0cdfc51 (patch)
treedc76471edeb31d300aec417640c523cda78aa232 /sbin/dump/dump.h
parent10c4031d64c2039404ee632ba2755e2bc1aff7d1 (diff)
downloadsrc-af00957e47810c04711046f1dc6e9e7be0cdfc51.tar.gz
src-af00957e47810c04711046f1dc6e9e7be0cdfc51.zip
Add the `a' option (``auto-size'') to bypass all tape length
considerations, and dump right to the end of medium.
Notes
Notes: svn path=/head/; revision=22192
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index 4b2330e93a3b..0da4c28ec482 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -74,6 +74,7 @@ long tsize; /* tape size in 0.1" units */
long asize; /* number of 0.1" units written on current tape */
int etapes; /* estimated number of tapes */
int nonodump; /* if set, do not honor UF_NODUMP user flags */
+int unlimited; /* if set, write to end of medium */
int notify; /* notify operator flag */
int blockswritten; /* number of blocks written on current tape */