diff options
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) { |