diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2004-09-02 05:07:29 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2004-09-02 05:07:29 +0000 |
| commit | 4ff62bd97b36b12599a80a4ac1b343d1d6e44331 (patch) | |
| tree | ba339092884750a1fdba677489127dffd5a65489 /sys/net | |
| parent | 2df0b34b24329fc033de4a7411fbc386bbceba83 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if.c | 1 | ||||
| -rw-r--r-- | sys/net/if.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 8097cc1ff5104..dce37b9359702 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -387,7 +387,6 @@ if_attach(struct ifnet *ifp) TAILQ_INIT(&ifp->if_multiaddrs); knlist_init(&ifp->if_klist, NULL); getmicrotime(&ifp->if_lastchange); - getmicrotime(&ifp->if_data.ifi_epoch); #ifdef MAC mac_init_ifnet(ifp); diff --git a/sys/net/if.h b/sys/net/if.h index 95389e60dcf80..8b32fd11f9ada 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 */ |
