On 11/1/07, Stefan Weil <[EMAIL PROTECTED]> wrote:
> Hi,
>
> tcpemu is a global variable (declared in slirp/misc.h).
> A later "static" declaration raises a compilation error
> with newer gcc versions. The patch fixes the declaration
> in slirp/tcp_subr.c.
The only user outside tcp_subr.c in misc.
Hi,
tcpemu is a global variable (declared in slirp/misc.h).
A later "static" declaration raises a compilation error
with newer gcc versions. The patch fixes the declaration
in slirp/tcp_subr.c.
Regards
Stefan
Index: slirp/tcp_subr.c
===