summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-11-23 15:47:04 +0000
committerbrian <brian@FreeBSD.org>2001-11-23 15:47:04 +0000
commit5f83a6b610bddf5328302648be886c256ee477f1 (patch)
treebc7d858af2372dc7cc301fcfecc3cd2d79a2c100 /usr.sbin
parent4ee088e5a0f3ddc305775f347d6fcecb9d53f292 (diff)
downloadFreeBSD-src-5f83a6b610bddf5328302648be886c256ee477f1.zip
FreeBSD-src-5f83a6b610bddf5328302648be886c256ee477f1.tar.gz
Remove an unused variable (oops)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c
index c4d2a91..2ff5ee3 100644
--- a/usr.sbin/ppp/route.c
+++ b/usr.sbin/ppp/route.c
@@ -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;
OpenPOWER on IntegriCloud