diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:07 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:07 +0000 |
commit | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (patch) | |
tree | c6c60e31fd8f229fa949da77089ea21f910c098c /regress | |
parent | 7219a0a51ecddecbcb195e355265cf5a8846e12c (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/kern/unfdpass/unfdpass.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sys/kern/unfdpass/unfdpass.c b/regress/sys/kern/unfdpass/unfdpass.c index 9a73641d72b..095935bbb3f 100644 --- a/regress/sys/kern/unfdpass/unfdpass.c +++ b/regress/sys/kern/unfdpass/unfdpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unfdpass.c,v 1.22 2021/12/13 16:56:50 deraadt Exp $ */ +/* $OpenBSD: unfdpass.c,v 1.23 2023/03/08 04:43:06 guenther Exp $ */ /* $NetBSD: unfdpass.c,v 1.3 1998/06/24 23:51:30 thorpej Exp $ */ /*- @@ -54,7 +54,6 @@ int main(int, char *[]); void child(int, int, int); void catch_sigchld(int); -/* ARGSUSED */ int main(int argc, char *argv[]) { |