From: David Woodhouse Date: Thu, 17 May 2007 10:48:12 +0000 (+0800) Subject: Fix incorrect prototype for ipxrtr_route_packet() X-Git-Tag: v2.6.22-rc2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0479ea0eab197b3e5d4c731f526c02e5e3fbfbd0;p=pandora-kernel.git Fix incorrect prototype for ipxrtr_route_packet() The function ipxrtr_route_packet() takes a 'len' argument of type size_t. However, its prototype in af_ipx.c incorrectly suggests that the corresponding argument is of type 'int' instead. Discovered by building with --combine and letting the compiler see it all at once. Signed-off-by: David Woodhouse Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed