mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
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 | ||