Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xfsprogs / patches / patch-am
blob8a1e44f488d3e19242a838177f1590ded49f2007
1 $NetBSD$
3 --- io/fadvise.c.orig   2005-10-07 18:51:34.000000000 +0200
4 +++ io/fadvise.c
5 @@ -119,7 +119,7 @@ fadvise_f(
6                 return command_usage(&fadvise_cmd);
7         }
8  
9 -       if (posix_fadvise64(file->fd, offset, length, advise) < 0) {
10 +       if (posix_fadvise(file->fd, offset, length, advise) < 0) {
11                 perror("fadvise");
12                 return 0;
13         }