diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
commit | b7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch) | |
tree | d2d92930c9557994e5a771aef772966110966cc3 /usr.bin/what/what.c | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/what/what.c')
-rw-r--r-- | usr.bin/what/what.c | 3 |
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[]) { |