diff options
Diffstat (limited to 'usr.sbin/ospfd/lsack.c')
-rw-r--r-- | usr.sbin/ospfd/lsack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/lsack.c b/usr.sbin/ospfd/lsack.c index c996607b614..78cd67added 100644 --- a/usr.sbin/ospfd/lsack.c +++ b/usr.sbin/ospfd/lsack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsack.c,v 1.23 2021/11/03 21:40:03 sthen Exp $ */ +/* $OpenBSD: lsack.c,v 1.24 2023/03/08 04:43:14 guenther Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -233,7 +233,6 @@ ls_ack_list_empty(struct iface *iface) } /* timers */ -/* ARGSUSED */ void ls_ack_tx_timer(int fd, short event, void *arg) { |