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.sbin/smtpd | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/control.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/control.c b/usr.sbin/smtpd/control.c index 43fdec287aa..835ab5520ee 100644 --- a/usr.sbin/smtpd/control.c +++ b/usr.sbin/smtpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.128 2021/06/14 17:58:15 eric Exp $ */ +/* $OpenBSD: control.c,v 1.129 2023/03/08 04:43:15 guenther Exp $ */ /* * Copyright (c) 2012 Gilles Chehade <gilles@poolp.org> @@ -269,7 +269,6 @@ control_listen(void) event_add(&control_state.ev, NULL); } -/* ARGSUSED */ static void control_accept(int listenfd, short event, void *arg) { @@ -407,7 +406,6 @@ control_digest_update(const char *key, size_t value, int incr) } } -/* ARGSUSED */ static void control_dispatch_ext(struct mproc *p, struct imsg *imsg) { |