From 4ff62bd97b36b12599a80a4ac1b343d1d6e44331 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 2 Sep 2004 05:07:29 +0000 Subject: Back out ifi_epoch. The ABI breakage is too disruptive this close to 5-STABLE. ifi_epoch will shortly be reintroduced with less precistion using the space currently allocated to ifi_unused. --- sys/net/if.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index 95389e60dcf8..8b32fd11f9ad 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -104,7 +104,6 @@ struct if_data { u_long ifi_hwassist; /* HW offload capabilities */ u_long ifi_unused; /* XXX was ifi_xmittiming */ struct timeval ifi_lastchange; /* time of last administrative change */ - struct timeval ifi_epoch; /* time of creation or stat reset */ }; #define IFF_UP 0x1 /* interface is up */ -- cgit v1.2.3