summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r--usr.sbin/ospfd/ospfe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c
index 3e5cb5c33d7..ffc6faaa3dc 100644
--- a/usr.sbin/ospfd/ospfe.c
+++ b/usr.sbin/ospfd/ospfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.c,v 1.110 2021/01/19 09:37:53 claudio Exp $ */
+/* $OpenBSD: ospfe.c,v 1.111 2023/03/08 04:43:14 guenther Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -52,7 +52,6 @@ static struct imsgev *iev_main;
static struct imsgev *iev_rde;
int oe_nofib;
-/* ARGSUSED */
void
ospfe_sig_handler(int sig, short event, void *bula)
{
@@ -257,7 +256,6 @@ ospfe_imsg_compose_rde(int type, u_int32_t peerid, pid_t pid,
data, datalen));
}
-/* ARGSUSED */
void
ospfe_dispatch_main(int fd, short event, void *bula)
{
@@ -478,7 +476,6 @@ ospfe_dispatch_main(int fd, short event, void *bula)
}
}
-/* ARGSUSED */
void
ospfe_dispatch_rde(int fd, short event, void *bula)
{