Hi Gary, > I get a compilation failure in coreutils with the priv-set module > which correctly detects a getppriv() function, but then tries to use > it by including a non-existant <priv.h> header. > > From priv-set.h: > > #if HAVE_GETPPRIV > > # include <priv.h>
This was already fixed by Paul Eggert on 2010-06-14. Bruno