--- include/net/sock.h.old Wed Jul 7 16:51:09 1999
+++ include/net/sock.h Wed Jul 7 16:51:54 1999
@@ -802,7 +802,7 @@
struct msghdr *, int,
struct scm_cookie *);
extern int sock_no_recvmsg(struct socket *,
- struct msghdr *, int,
+ struct msghdr *, int, int,
struct scm_cookie *);
/*
--- net/core/sock.c.old Sun Jul 11 20:19:58 1999
+++ net/core/sock.c Sun Jul 11 20:21:01 1999
@@ -980,8 +980,8 @@
return -EOPNOTSUPP;
}
-int sock_no_recvmsg(struct socket *sock, struct msghdr *m, int flags,
- struct scm_cookie *scm)
+int sock_no_recvmsg(struct socket *sock, struct msghdr *m, int total_len,
+ int flags, struct scm_cookie *scm)
{
return -EOPNOTSUPP;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/