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/at/at.c | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/at/at.c')
-rw-r--r-- | usr.bin/at/at.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 4c7cbf6cb81..a3efa9769ba 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -1,4 +1,4 @@ -/* $OpenBSD: at.c,v 1.83 2019/11/29 03:12:35 cheloha Exp $ */ +/* $OpenBSD: at.c,v 1.84 2023/03/08 04:43:10 guenther Exp $ */ /* * at.c : Put file into atrun queue @@ -130,7 +130,6 @@ fatalx(const char *fmt, ...) exit(EXIT_FAILURE); } -/* ARGSUSED */ static void sigc(int signo) { |