[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.11 and 1.12

version 1.11, 1998/07/10 08:50:35 version 1.12, 1998/07/13 02:11:41
Line 547 
Line 547 
                         perror(qfpathname);                          perror(qfpathname);
                         return (0);                          return (0);
                 }                  }
                 (void) lseek(fd, (off_t)(id * sizeof(struct dqblk)), L_SET);                  (void) lseek(fd, (off_t)(id * sizeof(struct dqblk)), SEEK_SET);
                 switch (read(fd, &qup->dqblk, sizeof(struct dqblk))) {                  switch (read(fd, &qup->dqblk, sizeof(struct dqblk))) {
                 case 0:                         /* EOF */                  case 0:                         /* EOF */
                         /*                          /*

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12