Page MenuHomeFreeBSD

Fix bhnd module build
ClosedPublic

Authored by landon_landonf.org on May 2 2016, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 26, 9:04 AM
Unknown Object (File)
Wed, Dec 24, 10:14 PM
Unknown Object (File)
Wed, Dec 24, 3:33 PM
Unknown Object (File)
Sat, Dec 20, 11:41 PM
Unknown Object (File)
Sat, Dec 20, 11:13 PM
Unknown Object (File)
Nov 9 2025, 7:22 AM
Unknown Object (File)
Nov 6 2025, 2:10 PM
Unknown Object (File)
Nov 2 2025, 5:38 AM
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.