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)
Mon, Feb 16, 5:02 PM
Unknown Object (File)
Jan 9 2026, 8:32 PM
Unknown Object (File)
Dec 14 2025, 6:05 AM
Unknown Object (File)
Nov 29 2025, 6:34 AM
Unknown Object (File)
Nov 26 2025, 9:21 AM
Unknown Object (File)
Nov 16 2025, 8:27 PM
Unknown Object (File)
Oct 30 2025, 12:55 PM
Unknown Object (File)
Oct 29 2025, 8:59 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