[PATCH] uml: non-void functions should return something
authorJeff Dike <jdike@addtoit.com>
Fri, 6 Jan 2006 08:18:49 +0000 (00:18 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:45 +0000 (08:33 -0800)
commit1b57e9c27882a908f180d4daf72ee12c6f137178
tree422930c86e877418cc96623653b750bd0d1f5a9a
parent970d6e3a3461ebc62bc3fc6d4962c936cb2ed97c
[PATCH] uml: non-void functions should return something

There are a few functions which are declared to return something, but don't.
These are actually infinite loops which are forced to be declared as non-void.
 This makes them all return 0.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/drivers/ubd_kern.c
arch/um/kernel/sigio_user.c
arch/um/os-Linux/aio.c