Blame SOURCES/net-snmp-5.8-Remove-U64-typedef.patch

4dcf3f
diff -urNp a/include/net-snmp/library/int64.h b/include/net-snmp/library/int64.h
4dcf3f
--- a/include/net-snmp/library/int64.h	2018-07-18 14:37:16.543348832 +0200
4dcf3f
+++ b/include/net-snmp/library/int64.h	2018-07-18 15:31:31.516999288 +0200
4dcf3f
@@ -10,7 +10,7 @@ extern          "C" {
4dcf3f
      * Note: using the U64 typedef is deprecated because this typedef conflicts
4dcf3f
      * with a typedef with the same name defined in the Perl header files.
4dcf3f
      */
4dcf3f
-    typedef struct counter64 U64;
4dcf3f
+//    typedef struct counter64 U64;
4dcf3f
 #endif
4dcf3f
 
4dcf3f
 #define I64CHARSZ 21