patch-2.2.14 linux/net/802/fc.c
Next file: linux/net/Config.in
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
-  Lines: 12
 -  Date:
Tue Jan  4 10:12:26 2000
 -  Orig file: 
v2.2.13/linux/net/802/fc.c
 -  Orig date: 
Tue Oct 19 17:10:39 1999
 
diff -u --recursive --new-file v2.2.13/linux/net/802/fc.c linux/net/802/fc.c
@@ -90,7 +90,10 @@
 		printk("fc_rebuild_header: Don't know how to resolve type %04X addresses ?\n",(unsigned int)htons(fcllc->ethertype));
 		return 0;
 	}
-
+#ifdef CONFIG_INET
 	return arp_find(fch->daddr, skb);
+#else
+	return 0; /* Cannot happen because of ETH_P_IP test */
+#endif	
 }
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)