summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-04-04 07:33:24 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-04-04 07:33:24 +0000
commit2da603ffb123e18407ebee967dbe4ce85d38bef3 (patch)
tree0be183e37f80b64f769aa12be9803eeed9e9a690
parent29deb61f19043912ce6cd8bda5b83de686ef3004 (diff)
Remove short-lived 'preserve' option that was replaced with 'nochange'.
-rw-r--r--usr.sbin/mtree/misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c
index 79618d0149f..4763d2db246 100644
--- a/usr.sbin/mtree/misc.c
+++ b/usr.sbin/mtree/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.13 2002/03/09 18:54:19 millert Exp $ */
+/* $OpenBSD: misc.c,v 1.14 2002/04/04 07:33:23 millert Exp $ */
/* $NetBSD: misc.c,v 1.4 1995/03/07 21:26:23 cgd Exp $ */
/*-
@@ -67,7 +67,6 @@ static KEY keylist[] = {
{"nlink", F_NLINK, NEEDVALUE},
{"nochange", F_NOCHANGE, 0},
{"optional", F_OPT, 0},
- {"preserve", F_NOCHANGE, 0},
{"rmd160digest",F_RMD160, NEEDVALUE},
{"sha1digest", F_SHA1, NEEDVALUE},
{"size", F_SIZE, NEEDVALUE},