From 18e1c819239e355facb70c41665676d3662f118c Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 07 2021 06:13:55 +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