On Tue, 04 Jan 2011 00:03:58 +0100 Thomas wrote: TA> On Mon, 03 Jan 2011 09:08:31 +0100, Magnus Fromreide TA> <[email protected]> wrote: TA> > All but RHEL4 looks like they are due to struct sockaddr (from TA> > <sys/socket.h>) not being defined. This in turn is allowed by posix as TA> > it states that "Inclusion of the <netinet/in.h> header may also make TA> > visible all symbols from <inttypes.h> and <sys/socket.h>." so the quick TA> > fix is to add TA> > TA> > #if HAVE_SYS_SOCKET_H TA> > #include <sys/socket.h> TA> > #endif TA> > TA> > to snmp_transport.h. TA> TA> Any caveats? Otherwise, please commit.
It's just trunk... If it fixes most of them, I say commit it and work out caveats later. So I did... ------------------------------------------------------------------------------ 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
