ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.115 by root, Tue Mar 27 18:54:45 2012 UTC vs.
Revision 1.116 by root, Tue Mar 27 19:27:35 2012 UTC

1094 dBUF; 1094 dBUF;
1095 1095
1096 while (todo > 0) 1096 while (todo > 0)
1097 { 1097 {
1098 size_t len = todo < EIO_BUFSIZE ? todo : EIO_BUFSIZE; 1098 size_t len = todo < EIO_BUFSIZE ? todo : EIO_BUFSIZE;
1099
1100 pread (fd, eio_buf, len, offset);
1099 offset += len; 1101 offset += len;
1100 todo -= len; 1102 todo -= len;
1101 } 1103 }
1102 1104
1103 FUBd; 1105 FUBd;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines