repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
sysutils
/
xfsprogs
/
patches
/
patch-ak
blob
08f886cb335c8310d4bb9bd298d55ddfa127000e
1
$NetBSD$
2
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;
16