K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-02-25T09:17:44.000000Z K 7 svn:log V 374 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. END