]> git.pond.sub.org Git - empserver/commit
(main): Don't use access() before mkdir() to check whether the
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Feb 2006 09:29:49 +0000 (09:29 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Feb 2006 09:29:49 +0000 (09:29 +0000)
commit376d87c3a0b65565e28f5980a4e06b419dc6a4e9
tree1daf60d83ac15ca9ee70078c755c0dd77ae99dc9
parent5282f500b56979ffb5daf83031a2f1daf6c1bd6f
(main): Don't use access() before mkdir() to check whether the
directory to be created exists, just check errno afterwards.

[_WIN32] (F_OK, W_OK, R_OK): Unused, remove.
include/misc.h
src/util/files.c