[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minor gnulib fixups to help port latest coreutils to Solaris 10
From: |
Jim Meyering |
Subject: |
Re: minor gnulib fixups to help port latest coreutils to Solaris 10 |
Date: |
Wed, 21 Feb 2007 09:02:52 +0100 |
Paul Eggert <address@hidden> 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 <address@hidden>
>
> 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 :-)