Page MenuHomeFreeBSD

LinuxKPI: Add proxy stdarg.h some typical header pollution
ClosedPublic

Authored by wulf on Dec 6 2021, 10:05 AM.
Tags
None
Referenced Files
F132585486: D33297.id.diff
Sat, Oct 18, 4:46 AM
F132585480: D33297.id101228.diff
Sat, Oct 18, 4:46 AM
F132585478: D33297.id99530.diff
Sat, Oct 18, 4:46 AM
F132533346: D33297.diff
Fri, Oct 17, 6:17 PM
Unknown Object (File)
Thu, Oct 9, 9:47 PM
Unknown Object (File)
Sep 5 2025, 9:03 PM
Unknown Object (File)
Sep 5 2025, 6:39 PM
Unknown Object (File)
Sep 5 2025, 5:08 PM

Diff Detail

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

Event Timeline

wulf requested review of this revision.Dec 6 2021, 10:05 AM

It looks to me like the added includes should be committed separately.

This revision is now accepted and ready to land.Dec 6 2021, 10:19 AM

It looks to me like the added includes should be committed separately.

Agreed.

bz added inline comments.
sys/compat/linuxkpi/common/include/stdarg.h
27 ↗(On Diff #99530)

Even though we are currently only including our stdarg.h can you please put header guards around it so that it could be extended in the future?