===== 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 23:24:19 +10:00 @@ -42,7 +42,8 @@ int __use; struct dst_entry *child; struct net_device *dev; - int obsolete; + short error; + short obsolete; int flags; #define DST_HOST 1 #define DST_NOXFRM 2 @@ -60,8 +61,6 @@ unsigned long rate_last; /* rate limiting for ICMP */ unsigned long rate_tokens; - - int error; struct neighbour *neighbour; struct hh_cache *hh;