diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.c | 4 |
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 */ |