From 15fb204816a82f20acadf93fddb055e18c6fcb85 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Jun 2008 05:12:51 +0000 Subject: *** empty log message *** --- eio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eio.c') diff --git a/eio.c b/eio.c index a00d303..765d6d3 100644 --- a/eio.c +++ b/eio.c @@ -777,7 +777,7 @@ static int eio__futimes (int fd, const struct timeval tv[2]) # 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; -- cgit v1.2.3