From a0ec13c419e5657ac4d224e581ae808eda9babac Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Wed, 28 Jul 2004 06:48:36 +0000 Subject: [PATCH] Initialize ; variable eraly to shut up GCC warning. --- sys/net/if_ef.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c index 616be9f3360f..c8ae300535fb 100644 --- a/sys/net/if_ef.c +++ b/sys/net/if_ef.c @@ -325,6 +325,7 @@ ef_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m) int isr; ether_type = ntohs(eh->ether_type); + l = NULL; if (ether_type < ETHERMTU) { l = mtod(m, struct llc*); if (l->llc_dsap == 0xff && l->llc_ssap == 0xff) {