aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/restore.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-05-09 05:23:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-05-09 05:23:02 +0000
commit26408404979b32bdcee4b31c729d6b02cc75ba32 (patch)
tree14db12b8819fd5846668002a72a9744a26041c8d /sbin/restore/restore.h
parenta6919ef89d5da3a3ce3ec8b990122e83621a0df0 (diff)
downloadsrc-26408404979b32bdcee4b31c729d6b02cc75ba32.tar.gz
src-26408404979b32bdcee4b31c729d6b02cc75ba32.zip
Well, nobody objected, so here's my -u (unlink) flag to restore.
Notes
Notes: svn path=/head/; revision=35852
Diffstat (limited to 'sbin/restore/restore.h')
-rw-r--r--sbin/restore/restore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h
index 8dbcee81c01e..4b3affc03dcc 100644
--- a/sbin/restore/restore.h
+++ b/sbin/restore/restore.h
@@ -47,6 +47,7 @@ extern int dflag; /* print out debugging info */
extern int hflag; /* restore heirarchies */
extern int mflag; /* restore by name instead of inode number */
extern int Nflag; /* do not write the disk */
+extern int uflag; /* unlink symlink targets */
extern int vflag; /* print out actions taken */
extern int yflag; /* always try to recover from tape errors */
/*