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

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