On Mon, 03 Jan 2011 09:08:31 +0100, Magnus Fromreide
<[email protected]> wrote:
> All but RHEL4 looks like they are due to struct sockaddr (from
> <sys/socket.h>) not being defined. This in turn is allowed by posix as
> it states that "Inclusion of the <netinet/in.h> header may also make
> visible all symbols from <inttypes.h> and <sys/socket.h>." so the quick
> fix is to add
> 
> #if HAVE_SYS_SOCKET_H
> #include <sys/socket.h>
> #endif
> 
> to snmp_transport.h.

Any caveats? Otherwise, please commit.


+Thomas

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to