[BACK]Return to quota.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / quota

Diff for /src/usr.bin/quota/quota.c between version 1.30 and 1.31

version 1.30, 2010/04/08 02:43:57 version 1.31, 2013/11/08 15:21:20
Line 462 
Line 462 
                          * on a filesystem independent of /etc/fstab, and it                           * on a filesystem independent of /etc/fstab, and it
                          * will still print quotas for them.                           * will still print quotas for them.
                          */                           */
                         if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL)                          if ((fs = getfsspec(fst[i].f_mntfromspec)) == NULL)
                                 continue;                                  continue;
                         if (getufsquota(&fst[i], fs, qup, id, quotatype) == 0)                          if (getufsquota(&fst[i], fs, qup, id, quotatype) == 0)
                                 continue;                                  continue;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31