]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-llinterfaces.patch
- perl req/prov fix
[packages/net-snmp.git] / net-snmp-llinterfaces.patch
1 diff -ur net-snmp-5.2.orig/agent/mibgroup/mibII/interfaces.c net-snmp-5.2/agent/mibgroup/mibII/interfaces.c
2 --- net-snmp-5.2.orig/agent/mibgroup/mibII/interfaces.c 2004-10-06 22:10:16.000000000 +0200
3 +++ net-snmp-5.2/agent/mibgroup/mibII/interfaces.c      2004-12-29 21:27:25.939529536 +0100
4 @@ -1383,9 +1383,9 @@
5      unsigned long   rec_pkt, rec_oct, rec_err, rec_drop;
6      unsigned long   snd_pkt, snd_oct, snd_err, snd_drop, coll;
7      const char     *scan_line_2_2 =
8 -        "%lu %lu %lu %lu %*lu %*lu %*lu %*lu %lu %lu %lu %lu %*lu %lu";
9 +        "%llu %llu %llu %llu %*llu %*llu %*llu %*llu %llu %llu %llu %llu %*llu %llu"
10      const char     *scan_line_2_0 =
11 -        "%lu %lu %*lu %*lu %*lu %lu %lu %*lu %*lu %lu";
12 +        "%llu %llu %*llu %*llu %*llu %llu %llu %*llu %*llu %llu";
13  #endif
14      const char     *scan_line_to_use;
15      struct timeval et;                              /* elapsed time */
This page took 0.045012 seconds and 3 git commands to generate.