From 199aeb8d14a5c398047c1398b028d31c53e0f9f4 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 03 2020 08:13:58 +0000 Subject: Apply patch net-snmp-5.8-Remove-U64-typedef.patch patch_name: net-snmp-5.8-Remove-U64-typedef.patch present_in_specfile: true --- 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