summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2004-09-02 05:07:29 +0000
committerbrooks <brooks@FreeBSD.org>2004-09-02 05:07:29 +0000
commit9baee722362720c44fff4fcd638e44879a8bfda6 (patch)
treeba339092884750a1fdba677489127dffd5a65489 /sys/net/if.h
parent4bb443a24da69733cefdb7ed27ddf2590672703a (diff)
downloadFreeBSD-src-9baee722362720c44fff4fcd638e44879a8bfda6.zip
FreeBSD-src-9baee722362720c44fff4fcd638e44879a8bfda6.tar.gz
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.
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 95389e6..8b32fd1 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 */
OpenPOWER on IntegriCloud