warning in at-func.c

2007-03-19 Thread Bruno Haible
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 . This proposed patch fixes it: 2007-03-17 Bruno Haible <[

Re: warning in at-func.c

2007-03-18 Thread Jim Meyering
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 . This pr