Jakub Jelinek <ja...@redhat.com> writes:

> It broke Linux bootstrap too.
> <netdb.h> includes <netinet/in.h> which has:
> enum
>   {
>     IPPORT_ECHO = 7,            /* Echo service.  */
> ...
>     IPPORT_RESERVED = 1024,
> ...
>   };
> and later on has:
> #ifdef __USE_XOPEN2K
> /* Highest reserved Internet port number.  */
> # define IPPORT_RESERVED        1024
> #endif
>
> mksysinfo.sh then manages to put const _IPPORT_RESERVED into sysinfo.go
> twice.

This one should now be fixed.  I forgot to commit a patch to godump.c.
Sorry about that.

Ian

Reply via email to