Page MenuHomeFreeBSD

aq(4): make aq_device.h self-contained
AbandonedPublic

Authored by nick_spun.io on Jul 20 2026, 1:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 12:17 PM
Unknown Object (File)
Mon, Aug 10, 12:14 PM
Unknown Object (File)
Mon, Aug 10, 2:14 AM
Unknown Object (File)
Sat, Aug 8, 11:32 AM
Unknown Object (File)
Sat, Aug 8, 9:31 AM
Unknown Object (File)
Fri, Aug 7, 5:53 AM
Unknown Object (File)
Wed, Aug 5, 11:06 PM
Unknown Object (File)
Tue, Aug 4, 12:24 PM
Subscribers

Details

Reviewers
None
Summary

The header declares struct aq_dev in terms of iflib, bitstring, socket
and ethernet types without including any of the headers that define
them. It compiles today only because every file that uses it happens
to include those first, so the omission is invisible until something
includes it earlier in the order.

Include what it uses.

No functional change.

Signed-off-by: Nick Price <nick@spun.io>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74941
Build 71824: arc lint + arc unit

Event Timeline

Superseded by a consolidated aq(4) series; abandoning in favor of new revisions.