Page MenuHomeFreeBSD

loader: Remove unneeded includes
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
F131990069: D49859.id153746.diff
Sun, Oct 12, 6:26 PM
Unknown Object (File)
Thu, Oct 9, 5:19 PM
Unknown Object (File)
Fri, Oct 3, 8:29 AM
Unknown Object (File)
Thu, Oct 2, 4:27 AM
Unknown Object (File)
Thu, Oct 2, 2:06 AM
Unknown Object (File)
Wed, Oct 1, 6:53 PM
Unknown Object (File)
Tue, Sep 30, 9:14 AM
Unknown Object (File)
Mon, Sep 29, 10:32 PM
Subscribers

Details

Summary

We've not needed to include link.h in the loader for a long time. I
shoud have removed it in f38658e1408c rather than going link.h ->
sys/sys_link.h. It's purely a userland shared library thing. Remove it
now, since it's not needed. Also remove a few headers that are redundant
with stand.h in this environment.

Sponsored by: Netflix

Diff Detail

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