diff options
Diffstat (limited to 'usr.bin/chpass/chpass.c')
-rw-r--r-- | usr.bin/chpass/chpass.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 15a1262f40e..d02209e5e0e 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chpass.c,v 1.49 2022/12/04 23:50:47 cheloha Exp $ */ +/* $OpenBSD: chpass.c,v 1.50 2023/03/08 04:43:10 guenther Exp $ */ /* $NetBSD: chpass.c,v 1.8 1996/05/15 21:50:43 jtc Exp $ */ /*- @@ -228,7 +228,6 @@ baduser(void) errx(1, "%s", strerror(EACCES)); } -/* ARGSUSED */ void kbintr(int signo) { |