X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/ad21edcc50f98a2a0f674a569817952d671962c6..7afb27bdc8204a773cbaedfa4838e172e3cb7322:/rpc.subproj/svc_tcp.c diff --git a/rpc.subproj/svc_tcp.c b/rpc.subproj/svc_tcp.c index 52d0c69..59303fe 100644 --- a/rpc.subproj/svc_tcp.c +++ b/rpc.subproj/svc_tcp.c @@ -53,7 +53,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_tcp.c,v 1.5 2003/06/23 17:24:59 majka Exp $"; +static char *rcsid = "$Id: svc_tcp.c,v 1.6 2004/06/11 16:28:07 majka Exp $"; #endif /* @@ -348,11 +348,6 @@ readtcp(xprt, buf, len) { ready = TRUE; } - else - { - svc_getreqset(&readfds); - } - } while (!ready); if ((len = read(sock, buf, len)) > 0) return len;