diff options
Diffstat (limited to 'sbin/mount_vnd')
-rw-r--r-- | sbin/mount_vnd/mount_vnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_vnd/mount_vnd.c b/sbin/mount_vnd/mount_vnd.c index 510170c9ad3..56dbae62621 100644 --- a/sbin/mount_vnd/mount_vnd.c +++ b/sbin/mount_vnd/mount_vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_vnd.c,v 1.13 2013/04/23 19:57:02 deraadt Exp $ */ +/* $OpenBSD: mount_vnd.c,v 1.14 2013/11/11 23:08:02 deraadt Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -77,7 +77,6 @@ main(int argc, char **argv) int ch, rv, action, opt_c, opt_k, opt_K, opt_l, opt_u; char *key, *mntopts, *rounds, *saltopt; size_t keylen = 0; - const char *errstr; extern char *__progname; struct disklabel *dp = NULL; |