]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-Remove-U64-typedef.patch
Provide hrMIB data via librpm for rpm 4.16
[packages/net-snmp.git] / net-snmp-Remove-U64-typedef.patch
1 diff -ur net-snmp-5.8.orig/include/net-snmp/library/int64.h net-snmp-5.8/include/net-snmp/library/int64.h
2 --- net-snmp-5.8.orig/include/net-snmp/library/int64.h  2018-07-16 14:33:40.000000000 +0000
3 +++ net-snmp-5.8/include/net-snmp/library/int64.h       2018-08-31 10:50:18.665987890 +0000
4 @@ -5,14 +5,6 @@
5  extern          "C" {
6  #endif
7  
8 -#ifndef NETSNMP_REMOVE_U64
9 -    /*
10 -     * Note: using the U64 typedef is deprecated because this typedef conflicts
11 -     * with a typedef with the same name defined in the Perl header files.
12 -     */
13 -    typedef struct counter64 U64;
14 -#endif
15 -
16  #define I64CHARSZ 21
17  
18      void            divBy10(struct counter64, struct counter64 *,
This page took 0.067236 seconds and 3 git commands to generate.