Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61757
b: refs/heads/master
c: 6140efb
h: refs/heads/master
i:
  61755: dc5b25f
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent 1417bf8 commit 06b23a7
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: 2b81bff416c4413333b19af627e11fddc620bd84
refs/heads/master: 6140efb536e7758cd300461981634ebfd4f51efa
2 changes: 1 addition & 1 deletion trunk/net/rose/af_rose.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ static int rose_connect(struct socket *sock, struct sockaddr *uaddr, int addr_le

for (;;) {
prepare_to_wait(sk->sk_sleep, &wait,
TASK_INTERRUPTIBLE);
TASK_INTERRUPTIBLE);
if (sk->sk_state != TCP_SYN_SENT)
break;
if (!signal_pending(current)) {
Expand Down

0 comments on commit 06b23a7

Please sign in to comment.