X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=net-tools%2Fpatches%2Fnet-tools-1.60-netstat-I-fix.patch;fp=net-tools%2Fpatches%2Fnet-tools-1.60-netstat-I-fix.patch;h=ab89201e7ac1bce6edaec6979f4eb8a9e807d629;hb=e84b24e82329d16ca18bff7966d4f02d997bc965;hp=0000000000000000000000000000000000000000;hpb=802ea3af55e3167b6574e23b230cdbf0ed2ae0db;p=people%2Fpmueller%2Fipfire-3.x.git diff --git a/net-tools/patches/net-tools-1.60-netstat-I-fix.patch b/net-tools/patches/net-tools-1.60-netstat-I-fix.patch new file mode 100644 index 000000000..ab89201e7 --- /dev/null +++ b/net-tools/patches/net-tools-1.60-netstat-I-fix.patch @@ -0,0 +1,10 @@ +--- net-tools-1.60/netstat.c.old 2006-10-02 12:03:49.000000000 +0200 ++++ net-tools-1.60/netstat.c 2006-10-02 12:02:12.000000000 +0200 +@@ -2233,6 +2233,7 @@ int main + break; + case 'I': + if (optarg && strcmp(optarg, "(null)")) ++ if (optarg[0] == '=') optarg++; + flag_int_name = strdup(optarg); + flag_int++; + break;