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

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

Diff for /src/sbin/mount/mount.c between version 1.44 and 1.45

version 1.44, 1998/08/25 19:18:16 version 1.45, 1998/12/01 23:20:43
Line 96  static struct opt {
Line 96  static struct opt {
         { MNT_NOATIME,          0,      "noatime" },          { MNT_NOATIME,          0,      "noatime" },
         { MNT_NOCOREDUMP,       0,      "nocoredump" },          { MNT_NOCOREDUMP,       0,      "nocoredump" },
         { MNT_NODEV,            0,      "nodev" },          { MNT_NODEV,            0,      "nodev" },
           { MNT_NODEVMTIME,       0,      "nodevmtime" },
         { MNT_NOEXEC,           0,      "noexec" },          { MNT_NOEXEC,           0,      "noexec" },
         { MNT_NOSUID,           0,      "nosuid" },          { MNT_NOSUID,           0,      "nosuid" },
         { MNT_QUOTA,            0,      "with quotas" },          { MNT_QUOTA,            0,      "with quotas" },

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb <webmaster@jp.NetBSD.org>