On Sun, 18 Sep 2016 19:17:49 +0200 Magnus wrote:
MF> Tried to build net-snmp today.
MF> 
MF> Among the flags I included in my build was --with-systemd=yes.
MF> 
MF> This triggers the error message
MF> 
MF> ../../git2/net-snmp/snmplib/transports/snmpUDPIPv4BaseDomain.c: In function 
'netsnmp_udpipv4base_transport_socket':
MF> ../../git2/net-snmp/snmplib/transports/snmpUDPIPv4BaseDomain.c:150:50: 
error: 'addr' undeclared (first use in this function)
MF>                                             ntohs(addr->sin_port));
MF>                                                   ^~~~
MF> This semms to be caused by patch a9ce31c4 which removed the addr argument
MF> from the declaration of netsnmp_udpipv4base_transport_socket.

That's most likely my fault. I'm merging in a large set of changes, try to
group them into manageable chunks. I hadn't tested with systemd, but I'll
look into it today.

-- 
Robert

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to