From f2ad4ace25e6c6624a9d8103d3492f1dd264a97c Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 23 Nov 2001 15:46:11 +0000 Subject: Removed an unsed variable (oops) --- usr.sbin/ppp/ppp/route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/ppp/route.c b/usr.sbin/ppp/ppp/route.c index b23f5a37004..f003ec605ca 100644 --- a/usr.sbin/ppp/ppp/route.c +++ b/usr.sbin/ppp/ppp/route.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: route.c,v 1.18 2001/11/23 12:38:52 brian Exp $ + * $OpenBSD: route.c,v 1.19 2001/11/23 15:46:10 brian Exp $ */ #include @@ -698,7 +698,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, const struct ncpaddr *gw, int bang, int quiet) { struct rtmsg rtmes; - int s, nb, wb, width; + int s, nb, wb; char *cp; const char *cmdstr; struct sockaddr_storage sadst, samask, sagw; -- cgit v1.2.3