]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - net-tools/patches/net-tools-1.60-netstat-I-fix.patch
ab89201e7ac1bce6edaec6979f4eb8a9e807d629
[people/pmueller/ipfire-3.x.git] / net-tools / patches / net-tools-1.60-netstat-I-fix.patch
1 --- net-tools-1.60/netstat.c.old 2006-10-02 12:03:49.000000000 +0200
2 +++ net-tools-1.60/netstat.c 2006-10-02 12:02:12.000000000 +0200
3 @@ -2233,6 +2233,7 @@ int main
4 break;
5 case 'I':
6 if (optarg && strcmp(optarg, "(null)"))
7 + if (optarg[0] == '=') optarg++;
8 flag_int_name = strdup(optarg);
9 flag_int++;
10 break;