diff options
Diffstat (limited to 'sys-fs/quota/files/quota-4.01-mnt.patch')
-rw-r--r-- | sys-fs/quota/files/quota-4.01-mnt.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/quota/files/quota-4.01-mnt.patch b/sys-fs/quota/files/quota-4.01-mnt.patch new file mode 100644 index 000000000000..1aa1590accb8 --- /dev/null +++ b/sys-fs/quota/files/quota-4.01-mnt.patch @@ -0,0 +1,13 @@ +https://sourceforge.net/tracker/?func=detail&aid=3599717&group_id=18136&atid=318136 + +--- a/quotasys.c ++++ b/quotasys.c +@@ -642,7 +642,7 @@ + die(2, _("Cannot initialize mountpoint scan.\n")); + while ((mnt = get_next_mount())) { + #ifndef RPC +- if (nfs_fstype(mnt->mnt_type)) ++ if (nfs_fstype(mnt->me_type)) + continue; + #endif + if (fmt == -1 || count) { |