]> git.pld-linux.org Git - packages/quota.git/blob - quota-fixfree.patch
- added man patch (formatting fixes)
[packages/quota.git] / quota-fixfree.patch
1 diff -ur quota-tools.org/quotastats.c quota-tools/quotastats.c
2 --- quota-tools.org/quotastats.c        Fri Nov  9 09:07:18 2001
3 +++ quota-tools/quotastats.c    Wed Apr 10 17:49:24 2002
4 @@ -101,7 +101,7 @@
5         printf(_("Number of allocated dquots: %ld\n"), (long)dqstats->allocated_dquots);
6         printf(_("Number of free dquots: %ld\n"), (long)dqstats->free_dquots);
7         printf(_("Number of in use dquot entries (user/group): %ld\n"),
8 -               (long)(dqstats->allocated_dquots - dqstats->free_dquots));
9 +               (long)(dqstats->free_dquots - dqstats->allocated_dquots));
10         return (0);
11  }
12  
This page took 0.036767 seconds and 3 git commands to generate.