Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265291
Collapse All | Expand All

(-)sudo.c.orig (-1 / +1 lines)
Lines 1086-1092 Link Here
1086
	    log_error(USE_ERRNO, "can't read %s", sudoers);
1086
	    log_error(USE_ERRNO, "can't read %s", sudoers);
1087
	rewind(fp);
1087
	rewind(fp);
1088
    }
1088
    }
1089
    (void) fcntl(fileno(fp), F_SETFD, 1);
1089
    if (fp) (void) fcntl(fileno(fp), F_SETFD, 1);
1090
1090
1091
    set_perms(PERM_ROOT);		/* change back to root */
1091
    set_perms(PERM_ROOT);		/* change back to root */
1092
    return(fp);
1092
    return(fp);

Return to bug 265291