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/mopd/mopchk/mopchk.c | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.sbin/mopd/mopchk/mopchk.c')
-rw-r--r-- | usr.sbin/mopd/mopchk/mopchk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mopd/mopchk/mopchk.c b/usr.sbin/mopd/mopchk/mopchk.c index 987b4a62d2c..f1bccdbe05b 100644 --- a/usr.sbin/mopd/mopchk/mopchk.c +++ b/usr.sbin/mopd/mopchk/mopchk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mopchk.c,v 1.19 2021/10/24 21:24:19 deraadt Exp $ */ +/* $OpenBSD: mopchk.c,v 1.20 2023/03/08 04:43:14 guenther Exp $ */ /* * Copyright (c) 1995-96 Mats O Jansson. All rights reserved. @@ -151,7 +151,6 @@ Usage() /* * Process incoming packages, NOT. */ -/* ARGSUSED */ void mopProcess(ii, pkt) struct if_info *ii; |