Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xfsprogs / patches / patch-ag
blobd630432fc64bb072312c61b864b24e0785fc0405
1 $NetBSD$
3 --- libxcmd/paths.c     2005/12/29 16:23:04     1.1
4 +++ libxcmd/paths.c     2005/12/29 16:25:03
5 @@ -228,7 +228,11 @@
6  fs_table_initialise_mounts(
7         char            *path)
8  {
9 +#if (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900))
10 +       struct statvfs  *stats;
11 +#else
12         struct statfs   *stats;
13 +#endif
14         char            *dir = NULL, *fsname = NULL, *fslog = NULL, *fsrt = NULL;
15         int             i, count, found = 0, error = 0;