| > We get the following error message:
> proxy/proxytrack.c: In function `gethost':
> proxy/proxytrack.c:260: error: `buffer' undeclared
> (first use in this
Just replace the if line by:
if (hp->h_length) {
> for member `m_addr' in
> something not a structure or union
Humm, something is bogus with v4 headers and proxytrack (build tests are now
done with ipv6 headers enabled, BTW - this is why I did not caught the problem
sooner).
I'll check the sources ASAP.
| |