Page MenuHomeFreeBSD

Include the correct header for pdfork()'s prototype.
ClosedPublic

Authored by jhb on Jan 21 2022, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 20, 12:07 PM
Unknown Object (File)
Wed, May 20, 9:59 AM
Unknown Object (File)
Tue, May 19, 11:48 PM
Unknown Object (File)
Tue, May 19, 10:50 PM
Unknown Object (File)
Sun, May 17, 7:46 PM
Unknown Object (File)
Fri, May 15, 10:03 PM
Unknown Object (File)
Fri, May 15, 10:03 PM
Unknown Object (File)
Fri, May 15, 10:02 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44031
Build 40919: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 21 2022, 5:26 PM

CheriBSD is pickier about missing prototypes (-Wmissing-prototypes is treated as fatal) which is how I found this.

This revision is now accepted and ready to land.Jan 21 2022, 5:59 PM

May be userspace part of sys/procdesc.h is better suited for sys/unistd.h in fact.