[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new snapshot available: coreutils-7.5.65-61cc6
From: |
Pádraig Brady |
Subject: |
Re: new snapshot available: coreutils-7.5.65-61cc6 |
Date: |
Tue, 8 Sep 2009 01:32:54 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071008) |
Eric Blake wrote:
> According to Pádraig Brady on 9/7/2009 10:22 AM:
>> Solaris 9 x86 build failed with:
>> "fstatat.c", line 39: undefined symbol: AT_SYMLINK_NOFOLLOW
>
> Hmm. That should be taken care of by the gnulib <fcntl.h> replacement.
> Are we missing a #include? Can you post the full failure?
gnulib 52c658e seems to have removed #include "openat.h" from fstatat.c
but not replaced it with #include <fcntl.h>
cheers,
Pádraig.