[BACK]Return to pstat.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / pstat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.sbin/pstat/pstat.c between version 1.26 and 1.27

version 1.26, 1996/10/23 22:19:23 version 1.27, 1996/10/23 22:50:06
Line 542  mount_print(mp)
Line 542  mount_print(mp)
                         flags &= ~MNT_ASYNC;                          flags &= ~MNT_ASYNC;
                         comma = ",";                          comma = ",";
                 }                  }
                   if (flags & MNT_NOCOREDUMP) {
                           (void)printf("%snocoredump", comma);
                           flags &= ~MNT_NOCOREDUMP;
                           comma = ",";
                   }
                 if (flags & MNT_EXRDONLY) {                  if (flags & MNT_EXRDONLY) {
                         (void)printf("%sexrdonly", comma);                          (void)printf("%sexrdonly", comma);
                         flags &= ~MNT_EXRDONLY;                          flags &= ~MNT_EXRDONLY;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>