cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/buffer.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/buffer.c
Date: Thu, 29 Sep 2005 00:42:49 -0400

Index: ccvs/src/buffer.c
diff -u ccvs/src/buffer.c:1.63 ccvs/src/buffer.c:1.64
--- ccvs/src/buffer.c:1.63      Mon Sep 26 03:25:30 2005
+++ ccvs/src/buffer.c   Thu Sep 29 04:42:48 2005
@@ -1835,7 +1835,7 @@
                /* This used to select on exceptions too, but as far
                   as I know there was never any reason to do that and
                   SCO doesn't let you select on exceptions on pipes.  */
-               numfds = select (fb->fd + 1, &readfds, NULL, NULL, NULL);
+               numfds = fd_select (fb->fd + 1, &readfds, NULL, NULL, NULL);
                if (numfds < 0 && errno != EINTR)
                {
                    status = errno;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]