You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: Add check for O_NOFOLLOW definition in fcntl.h
This lets us use O_NOFOLLOW without having to check whether it is
defined first. The sudoedit code needs to know whether O_NOFOLLOW
actually functions so use HAVE_DECL_O_NOFOLLOW there.
0 commit comments