Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83198
b: refs/heads/master
c: 7b5cc6e
h: refs/heads/master
v: v3
  • Loading branch information
Karol Swietlicki authored and Linus Torvalds committed Feb 5, 2008
1 parent 8228591 commit 4500183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2dc5802a22d68d83ef4c3d616912949a6527bb65
refs/heads/master: 7b5cc6ee6cf9001775c348bac09814a45f1276b7
5 changes: 2 additions & 3 deletions trunk/arch/um/drivers/mconsole_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ int mconsole_get_request(int fd, struct mc_request *req)
int len;

req->originlen = sizeof(req->origin);
req->len = recvfrom(fd, &req->request, sizeof(req->request),
MSG_DONTWAIT, (struct sockaddr *) req->origin,
&req->originlen);
req->len = recvfrom(fd, &req->request, sizeof(req->request), 0,
(struct sockaddr *) req->origin, &req->originlen);
if (req->len < 0)
return 0;

Expand Down

0 comments on commit 4500183

Please sign in to comment.