]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/net-tools/patches/net-tools-1.60-netstat_ulong.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / net-tools / patches / net-tools-1.60-netstat_ulong.patch
1 --- net-tools-1.60/netstat.c.netstat_ulong 2004-11-11 14:28:44.000000000 +0100
2 +++ net-tools-1.60/netstat.c 2004-11-11 14:31:14.099313000 +0100
3 @@ -273,7 +273,7 @@
4 strcpy(pn->name,name);
5 }
6
7 -static const char *prg_cache_get(int inode)
8 +static const char *prg_cache_get(unsigned long inode)
9 {
10 unsigned hi=PRG_HASHIT(inode);
11 struct prg_node *pn;