]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/svc_tcp.c
Libinfo-222.3.3.tar.gz
[apple/libinfo.git] / rpc.subproj / svc_tcp.c
index 52d0c69dfb5827464bdb62e3bc8ee3f37ac84b8d..59303fe07717af8f1df51acebac10277fc4168d4 100644 (file)
@@ -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;