Bug 2726 - /usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type
Summary: /usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-02-13 14:50 UTC by Roman.Pavlik
Modified: 1997-02-13 15:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman.Pavlik 1997-02-13 14:50:01 UTC
/usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type

How-To-Repeat: Try to translate Darren Reed's ip filter 
(No problem for FreeBSD 2.1.6).
Comment 1 Garrett Wollman freebsd_committer freebsd_triage 1997-02-13 15:58:57 UTC
State Changed
From-To: open->closed

You must include <sys/time.h> before <net/if.h>.  Not a bug.