diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:59:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:59:12 +0000 |
commit | 91f85b9c4bb880967b198585a1a9880e0cb1d837 (patch) | |
tree | 9d8411e4309817beed83c63d1db6a4c84b335d82 /pfinet/linux-inet | |
parent | 77d733106d04f5e3dbacb538dd847555bbafec64 (diff) |
Formerly tcp.c.~6~
Diffstat (limited to 'pfinet/linux-inet')
-rw-r--r-- | pfinet/linux-inet/tcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux-inet/tcp.c b/pfinet/linux-inet/tcp.c index b4301c8b..7f7521b9 100644 --- a/pfinet/linux-inet/tcp.c +++ b/pfinet/linux-inet/tcp.c @@ -2069,7 +2069,9 @@ static int tcp_read(struct sock *sk, unsigned char *to, * Next get a buffer. */ +#ifndef _HURD_ current->state = TASK_INTERRUPTIBLE; +#endif skb = skb_peek(&sk->receive_queue); do |