===== include/net/dst.h 1.32 vs edited ===== --- 1.32/include/net/dst.h 2005-03-19 05:44:52 +11:00 +++ edited/include/net/dst.h 2005-04-07 11:06:20 +10:00 @@ -61,14 +61,14 @@ unsigned long rate_last; /* rate limiting for ICMP */ unsigned long rate_tokens; - int error; - struct neighbour *neighbour; struct hh_cache *hh; struct xfrm_state *xfrm; int (*input)(struct sk_buff*); int (*output)(struct sk_buff*); + + int error; #ifdef CONFIG_NET_CLS_ROUTE __u32 tclassid;