On Thu, Oct 06, 2005 at 12:55:26PM +0100, Dave Shield wrote:
> On Thu, 2005-10-06 at 13:39 +0200, Thomas Anders wrote:
> > Albert Chin wrote:
> > > Builds fine if I remove "host" from --with-mib-modules. The patch
> > > below cleans up the source a little.
> > 
> > Thanks for the patch. It has been applied to CVS MAIN (5.3.dev) *only*. 
> > Won't apply to 5.2.x at this late stage, unless someone strongly votes 
> > for it.
> 
> The first half (adding <netinet/tcp_var.h> to tcpTable.c)
> should be safe enough.
> 
>   I'd share your reluctance about the changes to irix.h.
> Assuming that IRIX *does* ship with <netinet/{tcp,ip}.h>,
> then explicitly defining the corresponding tokens can't
> do any harm (though perhaps these lines should be protected
> by suitable #ifndef checks?)

Regardless of whether or not it ships with <netinet/{tcp,ip}.h>, the
AC_CHECK_HEADERS test will catch it.

> The inet_addr() and inet_ntoa() checks seem to be responding
> to specific IRIX problems.  Simply removing these settings without
> further investigation is probably unwise.

It's defined in <arpa/inet.h> on 6.5.23m:
  extern char *inet_ntoa(struct in_addr);

It doesn't cause a problem during the build. I don't know if it is
needed for an earlier IRIX release.

-- 
albert chin ([EMAIL PROTECTED])


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to