summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-06-19 01:50:10 +0000
committerjulian <julian@FreeBSD.org>1996-06-19 01:50:10 +0000
commite0dace113cb098255a3766c4474c86953a21749d (patch)
tree8db145c23f24ff928a599fafe6624c4bddd6ba2e /sys/net
parent2eab68c044c4314ba8a06a53e5a48791c2b403d5 (diff)
downloadFreeBSD-src-e0dace113cb098255a3766c4474c86953a21749d.zip
FreeBSD-src-e0dace113cb098255a3766c4474c86953a21749d.tar.gz
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.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_ethersubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 3babf9a..33ae5ee 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 <sys/param.h>
@@ -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
OpenPOWER on IntegriCloud