mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
42d6cdd371
call returns `EISDIR', not `EEXIST', so that be prepared for that. This should fix number of ports, that often call `mkdir -p //usr/local/foobar'. This is just a quick workaround, the real fix would be either to avoid calling mkdir("/", ...) or fix VFS code to return consistent errno for this case. |
||
---|---|---|
.. | ||
Makefile | ||
mkdir.1 | ||
mkdir.c |