From 16aabe637861b2d122a4738f05436630725e8af4 Mon Sep 17 00:00:00 2001 From: Jeremie Courreges-Anglas Date: Mon, 1 Feb 2016 20:14:52 +0000 Subject: Remove variable unneeded since introduction of crypt_checkpass ok millert@ --- sbin/init/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') 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 */ -- cgit v1.2.3