summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-02-01 20:14:52 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-02-01 20:14:52 +0000
commit16aabe637861b2d122a4738f05436630725e8af4 (patch)
tree555373b785a5614455aedf8031d81b3e5397c219 /sbin
parent48ee572717f65356d09b6cb912f077ea287c106d (diff)
Remove variable unneeded since introduction of crypt_checkpass
ok millert@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/init/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 33824389447..5eb65bcbe47 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.57 2015/12/23 02:41:12 mmcc Exp $ */
+/* $OpenBSD: init.c,v 1.58 2016/02/01 20:14:51 jca Exp $ */
/* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */
/*-
@@ -517,7 +517,7 @@ f_single_user(void)
struct passwd *pp;
static const char banner[] =
"Enter root password, or ^D to go multi-user\n";
- char *clear, *password;
+ char *clear;
#endif
/* Init shell and name */