argres
argres_t *argres = (argres_t *)ap;
nra.uid = argres->uid;
argres->result = _nfssys(NFS_REVAUTH, &nra);
if (argres->result < 0 && errno == ENOSYS) {
argres->result = 0;
argres->result = -1;
argres_t argres;
argres.uid = uid;
argres.result = -1;
if (pthread_create(&tid, NULL, revoke_nfs_cred, (void *)&argres) == 0)
if (argres.result < 0) {