sys_paccept definition missing __user annotation
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 25 Jul 2008 20:19:22 +0000 (13:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 00:28:49 +0000 (17:28 -0700)
commitb4615e69b6c6353878b734a8202b65efbc554df4
treeb1ea3503d4dd3c979f10af7e74bd7bde27764ce8
parentff5d48a6d18d09bb750d1f89f6464f5fdb6fc85b
sys_paccept definition missing __user annotation

Introduced by commit aaca0bdca573f3f51ea03139f9c7289541e7bca3 ("flag
parameters: paccept"):

  net/socket.c:1515:17: error: symbol 'sys_paccept' redeclared with different type (originally declared at include/linux/syscalls.h:413) - incompatible argument 4 (different address spaces)

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/syscalls.h