Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22294
b: refs/heads/master
c: c60992d
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Caulfield authored and David S. Miller committed Mar 21, 2006
1 parent 4ab1a47 commit a729b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4ea94ab3710eb2434abe2eab1a479c2dc01f8ac
refs/heads/master: c60992db464bc3c459a6e2d3694fe1ae1a5ec784
2 changes: 1 addition & 1 deletion trunk/net/decnet/af_decnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ static int dn_recvmsg(struct kiocb *iocb, struct socket *sock,
if (rv)
goto out;

if (flags & ~(MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) {
if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) {
rv = -EOPNOTSUPP;
goto out;
}
Expand Down

0 comments on commit a729b7a

Please sign in to comment.