summaryrefslogtreecommitdiff
path: root/usr.bin/pr
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
commitb7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch)
treed2d92930c9557994e5a771aef772966110966cc3 /usr.bin/pr
parent3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff)
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/pr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c
index 64b5a820a85..cfd07545661 100644
--- a/usr.bin/pr/pr.c
+++ b/usr.bin/pr/pr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pr.c,v 1.44 2020/12/13 15:36:36 jmc Exp $ */
+/* $OpenBSD: pr.c,v 1.45 2023/03/08 04:43:12 guenther Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@@ -1717,7 +1717,6 @@ prtail(int cnt, int incomp)
/*
* terminate(): when a SIGINT is recvd
*/
-/*ARGSUSED*/
void
terminate(int which_sig)
{