]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Revamp para_mkdir().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 20:35:16 +0000 (22:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 18:45:22 +0000 (20:45 +0200)
commitda171f28894c6a3fc29b58bf8ee783bc7d28598c
tree59141a3ebe3d101f743dc60d86d451e35fab7e3e
parentd1b7b2dbccd20ef72c54b7e06117ef1f92500c04
fd: Revamp para_mkdir().

It has two callers which both pass the mode value 0777 and contain
extra code to regard the EEXIST error case as a success. Move the
common bits into the wrapper and improve the documentation.
afs.c
fd.c
fd.h
play.c