From 3c833352c278df1f00abbda85589a8e7fb744033 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Wed, 8 Mar 2006 16:03:41 +0000 Subject: Remove unused quit flag inherited from bgpd long ago. --- usr.sbin/ospfd/ospfe.c | 3 +-- usr.sbin/ospfd/rde.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index 9eba379bd4a..eee0a817cc5 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.41 2006/03/08 13:23:08 claudio Exp $ */ +/* $OpenBSD: ospfe.c,v 1.42 2006/03/08 16:03:40 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker @@ -48,7 +48,6 @@ void ospfe_shutdown(void); void orig_rtr_lsa_all(struct area *); struct iface *find_vlink(struct abr_rtr *); -volatile sig_atomic_t ospfe_quit = 0; struct ospfd_conf *oeconf = NULL; struct imsgbuf *ibuf_main; struct imsgbuf *ibuf_rde; diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c index 4970f1207dc..732d4bbcc14 100644 --- a/usr.sbin/ospfd/rde.c +++ b/usr.sbin/ospfd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.41 2006/03/08 13:49:07 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.42 2006/03/08 16:03:40 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker @@ -62,7 +62,6 @@ struct lsa *rde_asext_put(struct kroute *); struct lsa *orig_asext_lsa(struct kroute *, u_int16_t); struct lsa *orig_sum_lsa(struct rt_node *, u_int8_t); -volatile sig_atomic_t rde_quit = 0; struct ospfd_conf *rdeconf = NULL; struct imsgbuf *ibuf_ospfe; struct imsgbuf *ibuf_main; -- cgit v1.2.3