chg_mode
if ((ret = chg_mode(target, UID(s1), GID(s1),
if ((pret = chg_mode(target, UID(s1save), GID(s1save),
if ((ret = chg_mode(target, UID(s1), GID(s1), FMODE(s1))) == 0)
static int chg_mode(const char *, uid_t, gid_t, mode_t);
(void) chg_mode(target, UID(s1), GID(s1), FMODE(s1));