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, 0 insertions, 13 deletions
diff --git a/sys-fs/quota/files/quota-4.01-mnt.patch b/sys-fs/quota/files/quota-4.01-mnt.patch deleted file mode 100644 index 1aa1590accb8..000000000000 --- a/sys-fs/quota/files/quota-4.01-mnt.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) { |