AF_INET6/PF_INET6 conflicts #5

Open
GoogleCodeExporter opened this Issue Mar 15, 2015 · 1 comment

Comments

Projects
None yet
2 participants
Conflicting AF_INET6/PF_INET6 are being pulled in, causing at least some 
warnings:

Constant subroutine SNMP_Session::AF_INET6 redefined at 
/usr/libdata/perl5/Exporter.pm line 67.
 at /usr/local/libdata/perl5/site_perl/SNMP_Session.pm line 149
Prototype mismatch: sub SNMP_Session::AF_INET6 () vs none at 
/usr/libdata/perl5/Exporter.pm line 67.
 at /usr/local/libdata/perl5/site_perl/SNMP_Session.pm line 149
Constant subroutine SNMP_Session::PF_INET6 redefined at 
/usr/libdata/perl5/Exporter.pm line 67.
 at /usr/local/libdata/perl5/site_perl/SNMP_Session.pm line 149
Prototype mismatch: sub SNMP_Session::PF_INET6 () vs none at 
/usr/libdata/perl5/Exporter.pm line 67.
 at /usr/local/libdata/perl5/site_perl/SNMP_Session.pm line 149 
[..]

Diff attached imports only the functions which are used.

Original issue reported on code.google.com by datamat...@gmail.com on 11 Jun 2010 at 5:23

Attachments:

fixed in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment