From: Heiko Carstens Date: Wed, 14 Jan 2009 13:13:54 +0000 (+0100) Subject: [CVE-2009-0029] Convert all system calls to return a long X-Git-Tag: v2.6.29-rc2~77^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed7c03ec17779afb4fcfa3b8c61df61bd4879ba;p=pandora-kernel.git [CVE-2009-0029] Convert all system calls to return a long Convert all system calls to return a long. This should be a NOP since all converted types should have the same size anyway. With the exception of sys_exit_group which returned void. But that doesn't matter since the system call doesn't return. Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed