Hello.

Tried to build net-snmp today.

Among the flags I included in my build was --with-systemd=yes.

This triggers the error message

../../git2/net-snmp/snmplib/transports/snmpUDPIPv4BaseDomain.c: In function 
'netsnmp_udpipv4base_transport_socket':
../../git2/net-snmp/snmplib/transports/snmpUDPIPv4BaseDomain.c:150:50: error: 
'addr' undeclared (first use in this function)
                                            ntohs(addr->sin_port));
                                                  ^~~~
This semms to be caused by patch a9ce31c4 which removed the addr argument
from the declaration of netsnmp_udpipv4base_transport_socket.

/MF

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

Reply via email to