Page MenuHomeFreeBSD

Fix bhnd module build
ClosedPublic

Authored by landon_landonf.org on May 2 2016, 7:40 PM.
Tags
None
Referenced Files
F155102498: D6179.diff
Fri, May 1, 10:19 AM
Unknown Object (File)
Thu, Apr 30, 9:51 AM
Unknown Object (File)
Tue, Apr 21, 11:36 AM
Unknown Object (File)
Mon, Apr 20, 8:17 PM
Unknown Object (File)
Sun, Apr 19, 9:47 AM
Unknown Object (File)
Fri, Apr 17, 2:29 AM
Unknown Object (File)
Mon, Apr 13, 5:20 AM
Unknown Object (File)
Mar 22 2026, 4:37 PM
Subscribers

Details

Summary
  • Adds missing module dependency declarations.
  • Fixes a build issue introduced with the howmany() changes in HEAD.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3543
Build 3583: arc lint + arc unit

Event Timeline

landon_landonf.org retitled this revision from to Fix bhnd module build.
landon_landonf.org updated this object.
landon_landonf.org edited the test plan for this revision. (Show Details)
landon_landonf.org added a reviewer: adrian.
avos added inline comments.
sys/dev/bhnd/bhnd_subr.c
33

sys/types.h is not needed when sys/param.h is used

I'll try this out soon!

This revision was automatically updated to reflect the committed changes.