[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.1 and 1.2

version 1.1, 1995/10/18 08:45:58 version 1.2, 1995/11/25 16:46:24
Line 452 
Line 452 
                 if (strncmp(fst[i].f_fstypename, "nfs", MFSNAMELEN) == 0) {                  if (strncmp(fst[i].f_fstypename, "nfs", MFSNAMELEN) == 0) {
                         if (getnfsquota(&fst[i], NULL, qup, id, quotatype) == 0)                          if (getnfsquota(&fst[i], NULL, qup, id, quotatype) == 0)
                                 continue;                                  continue;
                 } else if (strncmp(fst[i].f_fstypename, "ufs",                  } else if ((strncmp(fst[i].f_fstypename, "ffs",
                     MFSNAMELEN) == 0) {                      MFSNAMELEN) == 0) || (strncmp(fst[i].f_fstypename, "ufs",
                           MFSNAMELEN) == 0)) {
                         /*                          /*
                          * XXX                           * XXX
                          * UFS filesystems must be in /etc/fstab, and must                           * UFS filesystems must be in /etc/fstab, and must

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2