summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorRandolph Chung <randolph@tausq.org>2003-03-30 13:19:33 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2003-03-30 13:19:33 -0800
commit7e8d06bc1d901056c6f59fd61312103c6e04a2d8 (patch)
treeecaa0c9be06f90e7d99bc719c8c1a36941486fcc /include/net
parent69655cb159e4d6689953d1887e80acb84d9469f9 (diff)
[COMPAT]: Fix MSG_CMSG_COMPAT flag passing, kill cmsg_compat_recvmsg_fixup.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/compat.h b/include/net/compat.h
index 890bd4c03daa..2a72d0cbfd14 100644
--- a/include/net/compat.h
+++ b/include/net/compat.h
@@ -33,8 +33,6 @@ extern asmlinkage long compat_sys_sendmsg(int,struct compat_msghdr *,unsigned);
extern asmlinkage long compat_sys_recvmsg(int,struct compat_msghdr *,unsigned);
extern asmlinkage long compat_sys_getsockopt(int, int, int, char *, int *);
extern int put_cmsg_compat(struct msghdr*, int, int, int, void *);
-extern int put_compat_msg_controllen(struct msghdr *, struct compat_msghdr *,
- unsigned long);
extern int cmsghdr_from_user_compat_to_kern(struct msghdr *, unsigned char *,
int);