Paul Eggert <[EMAIL PROTECTED]> wrote:
> I installed this to work around some porting problems on Solaris 10.
> dirfd needs declaring.  And cc complains about rpl_putenv being
> redeclared with a different type, since Solaris 10 header files
> declare it with a char * arg.
>
> 2007-02-20  Paul Eggert  <[EMAIL PROTECTED]>
>
>       Minor fixups to port to Solaris 10 with Sun C 5.8.
>       * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
>       * modules/getcwd (Depends-on): Add dirfd.
>       * lib/putenv.c (putenv): #undef it.
>       (rpl_putenv): New decl.
>       (malloc, free): Include <stdlib.h> rather than prototyping separately.

Thanks for taking the time to do that.
Just in time for the upcoming coreutils test release :-)


Reply via email to