[CVE-2009-0029] System call wrappers part 07

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Heiko Carstens 2009-01-14 14:14:09 +01:00
parent 5add95d4f7
commit 754fe8d297
6 changed files with 14 additions and 14 deletions

View file

@ -1789,7 +1789,7 @@ out_put:
* Shutdown a socket.
*/
asmlinkage long sys_shutdown(int fd, int how)
SYSCALL_DEFINE2(shutdown, int, fd, int, how)
{
int err, fput_needed;
struct socket *sock;