Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 1998 05:36:22 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/net if.h
Message-ID:  <199803211336.FAA07508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/03/21 05:36:21 PST

  Modified files:
    sys/net              if.h 
  Log:
  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).
  
  Revision  Changes    Path
  1.49      +9 -1      src/sys/net/if.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803211336.FAA07508>