Page MenuHomeFreeBSD

Fix warning of: Implicit declaration of function 'mkdir'.
ClosedPublic

Authored by araujo on May 28 2015, 10:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 21, 1:16 PM
Unknown Object (File)
Sep 6 2025, 6:07 AM
Unknown Object (File)
Sep 4 2025, 12:44 AM
Unknown Object (File)
Aug 28 2025, 3:39 AM
Unknown Object (File)
Aug 23 2025, 3:35 AM
Unknown Object (File)
Aug 19 2025, 8:00 AM
Unknown Object (File)
Aug 16 2025, 9:14 PM
Unknown Object (File)
Aug 16 2025, 8:08 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

araujo retitled this revision from to Fix warning of: Implicit declaration of function 'mkdir'..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.May 28 2015, 7:00 PM

Please add

#ifdef __FreeBSD__

and

#endif

around affected blocks so it's easier for me to pick out items that need to be usptreamed

araujo edited edge metadata.

ngie@ here is the update with the changes requested.

This revision now requires review to proceed.May 29 2015, 3:45 AM
ngie edited edge metadata.

LGTM -- thank you :)!

This revision is now accepted and ready to land.May 29 2015, 3:50 AM