diff options
author | root <root> | 2008-05-11 01:00:03 +0000 |
---|---|---|
committer | root <root> | 2008-05-11 01:00:03 +0000 |
commit | 207733c4b74463dbb360406aef4f6eaed8f15a97 (patch) | |
tree | f23758bb8523650378be35e51ebd8175d9c3fe91 /eio.c | |
parent | 6c01cceda3394cdada2dcf37f55ef31fe2659f89 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -586,9 +586,9 @@ static ssize_t aio_readahead (int fd, off_t offset, size_t count, worker *self) static mutex_t readdirlock = X_MUTEX_INIT; -static int readdir_r (DIR *dirp, X_DIRENT *ent, X_DIRENT **res) +static int readdir_r (DIR *dirp, EIO_STRUCT_DIRENT *ent, EIO_STRUCT_DIRENT **res) { - X_DIRENT *e; + EIO_STRUCT_DIRENT *e; int errorno; X_LOCK (readdirlock); |