Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73672
b: refs/heads/master
c: d4d5d20
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Nov 15, 2007
1 parent 07ec997 commit 6d13123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: df9d177aa28d50e64bae6fbd6b263833079e3571
refs/heads/master: d4d5d205b653fe68c898d42e7a27a7363a4fb3ba
3 changes: 1 addition & 2 deletions trunk/arch/um/os-Linux/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ int os_rcv_fd(int fd, int *helper_pid_out)
n = recvmsg(fd, &msg, 0);
if(n < 0)
return -errno;

else if(n != sizeof(iov.iov_len))
else if(n != iov.iov_len)
*helper_pid_out = -1;

cmsg = CMSG_FIRSTHDR(&msg);
Expand Down

0 comments on commit 6d13123

Please sign in to comment.