bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-4.5.7 feedback: small patch for Apple Darwin 6.3 (MacOS 10


From: Jim Meyering
Subject: Re: coreutils-4.5.7 feedback: small patch for Apple Darwin 6.3 (MacOS 10.2.3)
Date: Fri, 21 Feb 2003 08:10:25 +0100

"Nelson H. F. Beebe" <address@hidden> wrote:
> Compilation of coreutils-4.5.7 on Apple Darwin 6.3 (MacOS 10.2.3)
> failed like this:
> The fix is simple: <sys/types.h> is needed:
>
>       % diff -c lib/ftw.c.~1~ lib/ftw.c
>       *** lib/ftw.c.~1~       Sat Feb  8 11:18:20 2003
>       --- lib/ftw.c   Wed Feb 19 06:16:39 2003
>       ***************
>       *** 36,41 ****
>       --- 36,43 ----
>         # endif
>         #endif
>
>       + # include <sys/types.h>
>       +

Thanks, Nelson!
I've applied that.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]