*err = errno;
return NULL;
}
if (st.st_uid != getuid()) {
*err = EACCES;
if ((st.st_mode & (S_IRWXO | S_IRWXG)) != 0) {
*err = NCPLIB_INVALID_MODE;