From 8e3bda06824c92859314dd1d1bd4f870a6ad2bd4 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 19 Jun 1996 01:50:10 +0000 Subject: [PATCH] Submitted by: archie@whistle.com gary went a little overboard on commenting out unused variables. Variables needed for ISO, LLC and NETATALK were only enabled for ISO & LLC.. so NETATALK bombed. --- sys/net/if_ethersubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 3babf9af913..33ae5ee71da 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.19 1996/06/12 05:10:13 gpalmer Exp $ + * $Id: if_ethersubr.c,v 1.20 1996/06/13 02:54:03 davidg Exp $ */ #include @@ -380,7 +380,7 @@ ether_input(ifp, eh, m) register struct ifqueue *inq; u_short ether_type; int s; -#if defined (ISO) || defined (LLC) +#if defined (ISO) || defined (LLC) || defined(NETATALK) register struct llc *l; #endif