ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/src/packet.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/packet.c (file contents):
Revision 1000 by michael, Sat Feb 11 12:21:51 2006 UTC vs.
Revision 1001 by michael, Sat Aug 29 22:44:44 2009 UTC

# Line 451 | Line 451 | read_packet(fde_t *fd, void *data)
451   #endif
452      {
453        length = recv(fd->fd, readBuf, READBUF_SIZE, 0);
454 #ifdef _WIN32
455      if (length < 0)
456        errno = WSAGetLastError();
457 #endif
454      }
455  
456      if (length <= 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines