]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp-llinterfaces.patch
- perl req/prov fix
[packages/net-snmp.git] / net-snmp-llinterfaces.patch
CommitLineData
834a380a 1diff -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;
20ed1d03
JR
7 const char *scan_line_2_2 =
8- "%lu %lu %lu %lu %*lu %*lu %*lu %*lu %lu %lu %lu %lu %*lu %lu";
834a380a 9+ "%llu %llu %llu %llu %*llu %*llu %*llu %*llu %llu %llu %llu %llu %*llu %llu"
20ed1d03
JR
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";
834a380a 13 #endif
20ed1d03 14 const char *scan_line_to_use;
834a380a 15 struct timeval et; /* elapsed time */
This page took 0.218319 seconds and 4 git commands to generate.