summaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
commitb7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch)
treed2d92930c9557994e5a771aef772966110966cc3 /usr.bin/chpass
parent3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff)
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/chpass.c3
-rw-r--r--usr.bin/chpass/field.c12
2 files changed, 2 insertions, 13 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)
{
diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c
index 90d98032e5e..0bf6e54adcc 100644
--- a/usr.bin/chpass/field.c
+++ b/usr.bin/chpass/field.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: field.c,v 1.14 2015/01/16 06:40:06 deraadt Exp $ */
+/* $OpenBSD: field.c,v 1.15 2023/03/08 04:43:10 guenther Exp $ */
/* $NetBSD: field.c,v 1.3 1995/03/26 04:55:28 glass Exp $ */
/*
@@ -44,7 +44,6 @@
#include "chpass.h"
-/* ARGSUSED */
int
p_login(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -75,7 +74,6 @@ p_login(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_passwd(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -89,7 +87,6 @@ p_passwd(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_uid(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -109,7 +106,6 @@ p_uid(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_gid(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -138,7 +134,6 @@ p_gid(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_class(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -152,7 +147,6 @@ p_class(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_change(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -162,7 +156,6 @@ p_change(char *p, struct passwd *pw, ENTRY *ep)
return (1);
}
-/* ARGSUSED */
int
p_expire(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -172,7 +165,6 @@ p_expire(char *p, struct passwd *pw, ENTRY *ep)
return (1);
}
-/* ARGSUSED */
int
p_gecos(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -185,7 +177,6 @@ p_gecos(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_hdir(char *p, struct passwd *pw, ENTRY *ep)
{
@@ -200,7 +191,6 @@ p_hdir(char *p, struct passwd *pw, ENTRY *ep)
return (0);
}
-/* ARGSUSED */
int
p_shell(char *p, struct passwd *pw, ENTRY *ep)
{