3 --- io/fadvise.c.orig 2005-10-07 18:51:34.000000000 +0200
5 @@ -119,7 +119,7 @@ fadvise_f(
6 return command_usage(&fadvise_cmd);
9 - if (posix_fadvise64(file->fd, offset, length, advise) < 0) {
10 + if (posix_fadvise(file->fd, offset, length, advise) < 0) {