net: reserve ports for applications using fixed port numbers
[safe/jmp/linux-2.6] / include / net / arp.h
index c236270..716f43c 100644 (file)
@@ -26,6 +26,6 @@ extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
                                  const unsigned char *target_hw);
 extern void arp_xmit(struct sk_buff *skb);
 
-extern struct neigh_ops arp_broken_ops;
+extern const struct neigh_ops arp_broken_ops;
 
 #endif /* _ARP_H */