freebsd-dev/bin/mkdir
Maxim Sobolev 42d6cdd371 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.
2002-02-25 09:17:44 +00:00
..
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
mkdir.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
mkdir.c Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) system 2002-02-25 09:17:44 +00:00