Page MenuHomeFreeBSD

ce,cp: Remove pointless checks for <sys/cdefs.h>
ClosedPublic

Authored by jhb on Apr 6 2022, 2:25 PM.
Tags
None
Referenced Files
F115085095: D34795.id.diff
Sun, Apr 20, 8:00 AM
F115070778: D34795.diff
Sun, Apr 20, 4:51 AM
F115065910: D34795.id.diff
Sun, Apr 20, 3:44 AM
F115065739: D34795.id104913.diff
Sun, Apr 20, 3:41 AM
F115064073: D34795.id104661.diff
Sun, Apr 20, 3:17 AM
F115056168: D34795.diff
Sun, Apr 20, 1:29 AM
Unknown Object (File)
Thu, Apr 17, 2:51 PM
Unknown Object (File)
Sun, Mar 23, 8:22 AM
Subscribers

Details

Summary

Both of these headers check for _SYS_CDEFS_H_ after including
<sys/param.h> which itself includes <sys/cdefs.h>.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Apr 6 2022, 2:25 PM

leaving aside question of 'why do we still need these drivers', these change are good.

This revision is now accepted and ready to land.Apr 6 2022, 2:27 PM
In D34795#788641, @imp wrote:

leaving aside question of 'why do we still need these drivers', these change are good.

Perhaps we'll sort that out in D23928, eventually. They might get removed with a final spl* cleanup.

This revision was automatically updated to reflect the committed changes.