This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / key / af_key.c
index 645b425..419f673 100644 (file)
@@ -2726,7 +2726,7 @@ static int pfkey_recvmsg(struct kiocb *kiocb,
        int copied, err;
 
        err = -EINVAL;
-       if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
+       if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC))
                goto out;
 
        msg->msg_namelen = 0;