[CVE-2009-0029] System call wrappers part 07
[linux-2.6-block.git] / net / socket.c
index 06603d73c411839fa78c58b84d5851805b0111d0..cc9b666e58f6ae6c12cc947f05d9ac5af0f6a6f9 100644 (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;