/[cvs]/ccvs/src/buffer.c
ViewVC logotype

Diff of /ccvs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by conradpino, Mon Sep 26 03:25:30 2005 UTC revision 1.64 by dprice, Thu Sep 29 04:42:48 2005 UTC
# Line 1835  fd_buffer_input (void *closure, char *da Line 1835  fd_buffer_input (void *closure, char *da
1835                  /* This used to select on exceptions too, but as far                  /* This used to select on exceptions too, but as far
1836                     as I know there was never any reason to do that and                     as I know there was never any reason to do that and
1837                     SCO doesn't let you select on exceptions on pipes.  */                     SCO doesn't let you select on exceptions on pipes.  */
1838                  numfds = select (fb->fd + 1, &readfds, NULL, NULL, NULL);                  numfds = fd_select (fb->fd + 1, &readfds, NULL, NULL, NULL);
1839                  if (numfds < 0 && errno != EINTR)                  if (numfds < 0 && errno != EINTR)
1840                  {                  {
1841                      status = errno;                      status = errno;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26