Bruno Haible <[EMAIL PROTECTED]> wrote: > Hi Jim, > > On MacOS X, we have this warning during the compilation of fchownat.c: > > at-func.c:39: warning: implicit declaration of function `lchown' > > The reason is that lchown() is not available on this system and therefore > not declared in <unistd.h>. This proposed patch fixes it: > > 2007-03-17 Bruno Haible <[EMAIL PROTECTED]> > > * lib/fchownat.c: Include lchown.h.
Thanks. I committed that.