Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xfsprogs / patches / patch-ak
blob08f886cb335c8310d4bb9bd298d55ddfa127000e
1 $NetBSD$
3 --- quota/free.c        2005/12/30 11:12:11     1.1
4 +++ quota/free.c        2005/12/30 11:13:16
5 @@ -70,7 +70,11 @@
6  {
7         struct xfs_fsop_counts  fscounts;
8         struct xfs_fsop_geom    fsgeo;
9 +#if (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900))
10 +       struct statvfs          st;
11 +#else
12         struct statfs           st;
13 +#endif
14         __uint64_t              logsize, count, free;
15         int                     fd;