summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>2001-03-25 12:34:35 +0000
committerbrian <brian@cvs.openbsd.org>2001-03-25 12:34:35 +0000
commitf8ee0399c6e8a97e07e33bfdd2cf4ed7bd611704 (patch)
tree782b777eb043e0a2a389aa6008723bfd57955609 /usr.sbin/ppp
parentfb170f4f15f7ff655a6d299ac1d885489d295660 (diff)
Remove an extraneous decl
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ppp/alias_proxy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/alias_proxy.c b/usr.sbin/ppp/ppp/alias_proxy.c
index cf8248e3521..6a91f3603d5 100644
--- a/usr.sbin/ppp/ppp/alias_proxy.c
+++ b/usr.sbin/ppp/ppp/alias_proxy.c
@@ -22,7 +22,7 @@
Initial development: April, 1998 (cjm)
- $OpenBSD: alias_proxy.c,v 1.7 2001/01/29 00:29:32 brian Exp $
+ $OpenBSD: alias_proxy.c,v 1.8 2001/03/25 12:34:34 brian Exp $
*/
@@ -704,7 +704,6 @@ PacketAliasProxyRule(const char *cmd)
}
else
{
- int n;
int nbits;
char s[sizeof(buffer)];