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
Unknown Object (File)
Nov 30 2024, 10:44 AM
Unknown Object (File)
Nov 24 2024, 3:48 PM
Unknown Object (File)
Nov 21 2024, 6:49 AM
Unknown Object (File)
Nov 21 2024, 1:09 AM
Unknown Object (File)
Nov 14 2024, 5:09 AM
Unknown Object (File)
Nov 8 2024, 6:33 AM
Unknown Object (File)
Nov 6 2024, 10:21 PM
Unknown Object (File)
Oct 26 2024, 3:16 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.