--- libeio/eio.c 2008/05/30 04:50:21 1.16 +++ libeio/eio.c 2008/06/03 05:12:51 1.17 @@ -777,7 +777,7 @@ # define readahead(fd,offset,count) eio__readahead (fd, offset, count, self) static ssize_t -eio__readahead (int fd, off_t offset, size_t count, worker *self) +eio__readahead (int fd, off_t offset, size_t count, etp_worker *self) { size_t todo = count; dBUF;