/[radius]/radius/radiusd/rpp.c
ViewVC logotype

Diff of /radius/radiusd/rpp.c

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

revision 1.18 by gray, Thu Oct 16 19:31:31 2003 UTC revision 1.19 by gray, Thu Oct 16 19:37:50 2003 UTC
# Line 86  pipe_read(int fd, void *ptr, size_t size Line 86  pipe_read(int fd, void *ptr, size_t size
86                                  data += rc;                                  data += rc;
87                                  size -= rc;                                  size -= rc;
88                                  rdbytes += rc;                                  rdbytes += rc;
89                          } else                          } else if (errno != EINTR)
90                                  break;                                  break;
91                  } while (size > 0);                  } while (size > 0);
92                  return rdbytes;                  return rdbytes;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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