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 <[
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