[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failure without system extension macros
From: |
Collin Funk |
Subject: |
Re: build failure without system extension macros |
Date: |
Thu, 16 May 2024 12:40:15 -0700 |
User-agent: |
Mozilla Thunderbird |
Hi Chet,
On 5/16/24 7:25 AM, Chet Ramey wrote:
> Yes. This was inspired by
>
> https://lists.gnu.org/archive/html/bug-bash/2024-04/msg00158.html
I'm not sure if you have dealt with this particular one yet, but I
would just get rid of the u_char, u_short, u_long, types. They are old
BSD stuff that is less portable than the standard C types. I did the
same in GNU Inetutils recently.
Collin