ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.198 by root, Tue Sep 27 02:16:49 2011 UTC vs.
Revision 1.199 by root, Thu Sep 29 09:47:13 2011 UTC

1396 aio_symlink = EIO_SYMLINK 1396 aio_symlink = EIO_SYMLINK
1397 aio_rename = EIO_RENAME 1397 aio_rename = EIO_RENAME
1398 PPCODE: 1398 PPCODE:
1399{ 1399{
1400 dREQ; 1400 dREQ;
1401 eio_wd wd2; 1401 eio_wd wd2 = 0;
1402 1402
1403 req->type = ix; 1403 req->type = ix;
1404 req_set_path1 (req, oldpath); 1404 req_set_path1 (req, oldpath);
1405 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2); 1405 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2);
1406 req->int3 = (long)wd2; 1406 req->int3 = (long)wd2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines