net-snmp-5.8-Remove-U64-typedef.patch 541 B

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