diff options
author | brian <brian@cvs.openbsd.org> | 2001-03-25 12:34:35 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2001-03-25 12:34:35 +0000 |
commit | f8ee0399c6e8a97e07e33bfdd2cf4ed7bd611704 (patch) | |
tree | 782b777eb043e0a2a389aa6008723bfd57955609 /usr.sbin/ppp | |
parent | fb170f4f15f7ff655a6d299ac1d885489d295660 (diff) |
Remove an extraneous decl
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/alias_proxy.c | 3 |
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)]; |