]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
On most other systems "out there", <net/if.h> does not require the caller
authorpeter <peter@FreeBSD.org>
Sat, 21 Mar 1998 13:36:20 +0000 (13:36 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 21 Mar 1998 13:36:20 +0000 (13:36 +0000)
commite4c65b8a7fc8cb3176920d5808c9099c69367508
tree2a5813abffd3aedb8bb8ab82fed7194d76570ece
parentd172708658b0dd57913356a6fe449e0a6b3d9b76
On most other systems "out there", <net/if.h> does not require the caller
to #include <sys/time.h> first.  I've lost count of the number of times
I've had to patch this in porting code.  The problem is the
"struct timeval ifi_lastchange" in the mib stats.  (most other systems don't
have this, until 4.4bsd anyway).
sys/net/if.h