patch-2.3.20 linux/net/802/fc.c
Next file: linux/net/core/netfilter.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Thu Oct  7 10:17:09 1999
-  Orig file: 
v2.3.19/linux/net/802/fc.c
-  Orig date: 
Thu Aug 26 13:05:42 1999
diff -u --recursive --new-file v2.3.19/linux/net/802/fc.c linux/net/802/fc.c
@@ -88,7 +88,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;
+#endif
 }
 	
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)