]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/net-tools/patches/net-tools-1.60-netstat-probe.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / net-tools / patches / net-tools-1.60-netstat-probe.patch
1 diff -up net-tools-1.60/netstat.c.probe net-tools-1.60/netstat.c
2 --- net-tools-1.60/netstat.c.probe 2008-10-15 12:47:41.000000000 +0200
3 +++ net-tools-1.60/netstat.c 2008-10-15 12:49:48.000000000 +0200
4 @@ -1061,6 +1061,11 @@ static void tcp_do_one(int lnr, const ch
5 (double) time_len / HZ, retr, timeout);
6 break;
7
8 + case 4:
9 + snprintf(timers, sizeof(timers), _("probe (%2.2f/%ld/%d)"),
10 + (double) time_len / HZ, retr, timeout);
11 + break;
12 +
13 default:
14 snprintf(timers, sizeof(timers), _("unkn-%d (%2.2f/%ld/%d)"),
15 timer_run, (double) time_len / HZ, retr, timeout);