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/find | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/function.c | 3 | ||||
-rw-r--r-- | usr.bin/find/misc.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 3401fd8918b..49a411fcc7a 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,4 @@ -/* $OpenBSD: function.c,v 1.52 2023/03/07 17:43:59 guenther Exp $ */ +/* $OpenBSD: function.c,v 1.53 2023/03/08 04:43:10 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -1406,7 +1406,6 @@ f_print(PLAN *plan, FTSENT *entry) return(1); } -/* ARGSUSED */ int f_print0(PLAN *plan, FTSENT *entry) { diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index b55890b93d8..a97087b9ad0 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.17 2020/09/30 16:37:12 deraadt Exp $ */ +/* $OpenBSD: misc.c,v 1.18 2023/03/08 04:43:11 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,6 @@ ereallocarray(void *oldp, size_t sz1, size_t sz2) * show_path -- * called on SIGINFO */ -/* ARGSUSED */ void show_path(int signo) { |