https://github.com/torvalds/linux
Revision 0479ea0eab197b3e5d4c731f526c02e5e3fbfbd0 authored by David Woodhouse on 17 May 2007, 10:48:12 UTC, committed by Linus Torvalds on 17 May 2007, 12:25:49 UTC
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 <dwmw2@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b5b82df
History
Tip revision: 0479ea0eab197b3e5d4c731f526c02e5e3fbfbd0 authored by David Woodhouse on 17 May 2007, 10:48:12 UTC
Fix incorrect prototype for ipxrtr_route_packet()
Tip revision: 0479ea0
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 86.6 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top