aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2000-11-25 07:50:27 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2000-11-25 07:50:27 +0000
commit4851f97cf1b46d02b2fadb29c0d961c5cffe891c (patch)
tree63d8cf880edf6c7b721d8800d89dce1438eb51ed
parentdf5e1987230850fe5983a4479523708640160215 (diff)
Notes
-rw-r--r--sys/net/if_ethersubr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 6d283a40b2bc7..cfca49836fa1b 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -478,7 +478,6 @@ ether_demux(ifp, eh, m)
{
struct ifqueue *inq;
u_short ether_type;
- int s;
#if defined(NETATALK)
register struct llc *l;
#endif