Sponsored by: Rubicon Communications, LLC ("Netgate")
Details
Details
- Reviewers
imp - Group Reviewers
network pfsense - Commits
- rGf4096a7c8a5b: net: make ethernet.h self-contained
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 43408 Build 40296: arc lint + arc unit
Event Timeline
Comment Actions
The point is to ensure that users (both in the kernel and in user space) can include this header without having to know they're supposed to include <sys/types.h> first.
There's a whole series of these, because we have a lot of headers where that doesn't work (and worse cases that just this), and it's often frustrating to go hunting for the required includes.