summaryrefslogtreecommitdiff
path: root/usr.bin/what/what.c
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/what/what.c
parent3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff)
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/what/what.c')
-rw-r--r--usr.bin/what/what.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c
index 54917ff2a44..226b03c219d 100644
--- a/usr.bin/what/what.c
+++ b/usr.bin/what/what.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: what.c,v 1.16 2020/04/18 15:10:06 martijn Exp $ */
+/* $OpenBSD: what.c,v 1.17 2023/03/08 04:43:13 guenther Exp $ */
/* $NetBSD: what.c,v 1.4 1994/12/20 16:01:03 jtc Exp $ */
/*
@@ -50,7 +50,6 @@ extern char *__progname;
/*
* what
*/
-/* ARGSUSED */
int
main(int argc, char *argv[])
{