/[winpt]/trunk/Src/wptKeyserver.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyserver.cpp

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

revision 76 by twoaday, Tue Nov 8 07:15:13 2005 UTC revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC
# Line 190  sock_select (int fd, int nsecs) Line 190  sock_select (int fd, int nsecs)
190  static int  static int
191  sock_read (int fd, char *buf, int buflen, int *nbytes)  sock_read (int fd, char *buf, int buflen, int *nbytes)
192  {        {      
193      DWORD nread;      int nread;
194      int nleft = buflen;      int nleft = buflen;
195      int rc, n = 0;      int rc, n = 0;
196    
# Line 223  sock_read (int fd, char *buf, int buflen Line 223  sock_read (int fd, char *buf, int buflen
223  static int  static int
224  sock_write (int fd, const char *buf, int buflen)  sock_write (int fd, const char *buf, int buflen)
225  {  {
226      DWORD nwritten;      int nwritten;
227      int nleft = buflen;      int nleft = buflen;
228    
229      while (nleft > 0) {      while (nleft > 0) {

Legend:
Removed from v.76  
changed lines
  Added in v.77

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26