Yep... I fixed both versions.
> On Nov 12, 2020, at 4:24 AM, Branko Čibej <br...@apache.org> wrote:
>
> On 29.10.2020 21:01, Christopher Schultz wrote:
>> Jim,
>>
>> On 10/29/20 10:04, Jim Jagielski wrote:
>>> Anyone hacking away on httpd and/or APR w/ Xcode 12? On my system at least
>>> it is throwing errors about -Werror,-Wimplicit-function-declaration, and
>>> not enabling IPv6:
>>>
>>> checking if APR supports IPv6... no -- no working getaddrinfo
>>>
>>> also likely due to an error when compiling because of stdlib.h not being
>>> included...
>>
>>
>> We got a report @ Tomcat that someone was having trouble building mod_jk due
>> to a "cannot determine size of pid_t". This was after getting a patch for
>> APR.
>
>
> I got the same issue just today, but rerunning buildconf solved it. Both
> trunk and 1.7.x branches work.
>
> -- Brane