summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authordenis <denis@cvs.openbsd.org>2020-07-15 14:47:42 +0000
committerdenis <denis@cvs.openbsd.org>2020-07-15 14:47:42 +0000
commit6e4605ec4931a8c61e26e5ac8f8e8161ba21e72c (patch)
treef3c03bfeb63d8603c4bf6e07ed2ab956aa87419f /usr.sbin
parentc5ea58ae286a5311ec0c6ccadfa4c5afd353f961 (diff)
Remove unused variables
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ospf6d/database.c4
-rw-r--r--usr.sbin/ospf6d/hello.c4
-rw-r--r--usr.sbin/ospf6d/lsupdate.c3
3 files changed, 3 insertions, 8 deletions
diff --git a/usr.sbin/ospf6d/database.c b/usr.sbin/ospf6d/database.c
index 3e33c25ec60..1b1b831c943 100644
--- a/usr.sbin/ospf6d/database.c
+++ b/usr.sbin/ospf6d/database.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.c,v 1.19 2020/01/03 17:26:16 denis Exp $ */
+/* $OpenBSD: database.c,v 1.20 2020/07/15 14:47:41 denis Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -31,8 +31,6 @@
#include "log.h"
#include "ospfe.h"
-extern struct ospfd_conf *oeconf;
-
void db_sum_list_next(struct nbr *);
/* database description packet handling */
diff --git a/usr.sbin/ospf6d/hello.c b/usr.sbin/ospf6d/hello.c
index 9c9b7a51484..1063c1e25b1 100644
--- a/usr.sbin/ospf6d/hello.c
+++ b/usr.sbin/ospf6d/hello.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hello.c,v 1.22 2020/01/03 17:25:48 denis Exp $ */
+/* $OpenBSD: hello.c,v 1.23 2020/07/15 14:47:41 denis Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -31,8 +31,6 @@
#include "log.h"
#include "ospfe.h"
-extern struct ospfd_conf *oeconf;
-
/* hello packet handling */
int
send_hello(struct iface *iface)
diff --git a/usr.sbin/ospf6d/lsupdate.c b/usr.sbin/ospf6d/lsupdate.c
index 5742e127d34..1f19e480b9c 100644
--- a/usr.sbin/ospf6d/lsupdate.c
+++ b/usr.sbin/ospf6d/lsupdate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lsupdate.c,v 1.17 2020/05/06 15:15:31 claudio Exp $ */
+/* $OpenBSD: lsupdate.c,v 1.18 2020/07/15 14:47:41 denis Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -34,7 +34,6 @@
#include "ospfe.h"
#include "rde.h"
-extern struct ospfd_conf *oeconf;
extern struct imsgev *iev_rde;
struct ibuf *prepare_ls_update(struct iface *, int);