Searched hist:91235 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/bin/mkdir/
H A Dmkdir.cdiff 91235 Mon Feb 25 07:17:44 MST 2002 sobomax Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system
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.

Completed in 44 milliseconds