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 /sbin/iked | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'sbin/iked')
-rw-r--r-- | sbin/iked/control.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/iked/control.c b/sbin/iked/control.c index 32437fcb8aa..5b734703338 100644 --- a/sbin/iked/control.c +++ b/sbin/iked/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.36 2023/03/05 22:17:22 tobhe Exp $ */ +/* $OpenBSD: control.c,v 1.37 2023/03/08 04:43:06 guenther Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -152,7 +152,6 @@ control_listen(struct control_sock *cs) return (0); } -/* ARGSUSED */ void control_accept(int listenfd, short event, void *arg) { @@ -239,7 +238,6 @@ control_close(int fd, struct control_sock *cs) free(c); } -/* ARGSUSED */ void control_dispatch_imsg(int fd, short event, void *arg) { |