search for: fs_remove

Displaying 1 result from an estimated 1 matches for "fs_remove".

Did you mean: os_remove
2006 Oct 30
0
File Store permissions
...== getgid()) { + if (stt.st_mode & S_IWGRP) + umask(S_IWOTH); + new_store->file_mode |= stt.st_mode & (S_IRGRP | S_IWGRP); + } + new_store->touch = &fs_touch; new_store->exists = &fs_exists; new_store->remove = &fs_remove;