Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135293
b: refs/heads/master
c: beedad9
h: refs/heads/master
i:
  135291: d777f22
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed Mar 19, 2009
1 parent 9c36c25 commit f46221c
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: 9bdd8d40c8c59435664af6049dabe24b7779b203
refs/heads/master: beedad923ad6237f03265fdf86eb8a1b50d14ae9
5 changes: 2 additions & 3 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,7 @@ int tcp_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
*/

static int tcp_recv_urg(struct sock *sk, long timeo,
struct msghdr *msg, int len, int flags,
int *addr_len)
struct msghdr *msg, int len, int flags)
{
struct tcp_sock *tp = tcp_sk(sk);

Expand Down Expand Up @@ -1698,7 +1697,7 @@ int tcp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
return err;

recv_urg:
err = tcp_recv_urg(sk, timeo, msg, len, flags, addr_len);
err = tcp_recv_urg(sk, timeo, msg, len, flags);
goto out;
}

Expand Down

0 comments on commit f46221c

Please sign in to comment.