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.87 by root, Mon Oct 30 23:42:27 2006 UTC vs.
Revision 1.88 by root, Mon Oct 30 23:43:17 2006 UTC

1491 1491
1492 req->ptr2 = malloc (sizeof (Stat_t)); 1492 req->ptr2 = malloc (sizeof (Stat_t));
1493 if (!req->ptr2) 1493 if (!req->ptr2)
1494 { 1494 {
1495 req_free (req); 1495 req_free (req);
1496 croak ("out of memory during aio_req statdata allocation"); 1496 croak ("out of memory during aio_stat statdata allocation");
1497 } 1497 }
1498 1498
1499 req->flags |= FLAG_PTR2_FREE; 1499 req->flags |= FLAG_PTR2_FREE;
1500 1500
1501 if (SvPOK (fh_or_path)) 1501 if (SvPOK (fh_or_path))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines