]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Remove file_exists().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 18:45:40 +0000 (20:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2023 14:30:56 +0000 (16:30 +0200)
commita25f6bb7169f0ea86522a0c613a8ec1dad358103
tree4ca746ab7c8f5c6383228591449ee43f02d0ff2f
parenta3b9a75159d2530c931aa43f4a662b4d9bd3a4a3
fd: Remove file_exists().

Open-coding this function actually improves code readability. The
function name was a misnomer anyway because any error from the stat()
call (such as EACCES) was reported as "file does not exist".
client_common.c
fd.c
fd.h