/[pengfork]/pengfork/src/buffer.c
ViewVC logotype

Diff of /pengfork/src/buffer.c

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

revision 1.3 by chupa, Wed Aug 28 22:32:00 2002 UTC revision 1.4 by nes, Thu Aug 29 22:19:29 2002 UTC
# Line 27  Line 27 
27  #include <string.h>  #include <string.h>
28  #include <errno.h>  #include <errno.h>
29    
30    #include "log.h"
31  #include "buffer.h"  #include "buffer.h"
32    
33  void  void
# Line 152  buffer_recv (buffer, fd) Line 153  buffer_recv (buffer, fd)
153        total+=total2;        total+=total2;
154      }      }
155    
156    printf ("%d bytes received\n", total);    debug (3, "%d bytes received\n", total);
157    return 1;    return 1;
158  }  }
159    
# Line 185  buffer_send (buffer, fd) Line 186  buffer_send (buffer, fd)
186    
187    buffer_free (buffer, total);    buffer_free (buffer, total);
188    
189    printf ("%d bytes sended\n", total);    debug (3, "%d bytes sended\n", total);
190    return 1;    return 1;
191  }  }
192    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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