diff --git a/include/net-snmp/library/int64.h b/include/net-snmp/library/int64.h index 7a0d0d3..f06375e 100644 --- a/include/net-snmp/library/int64.h +++ b/include/net-snmp/library/int64.h @@ -10,7 +10,7 @@ extern "C" { * Note: using the U64 typedef is deprecated because this typedef conflicts * with a typedef with the same name defined in the Perl header files. */ - typedef struct counter64 U64; +// typedef struct counter64 U64; #endif #define I64CHARSZ 21