Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70873 | Differences between
and this patch

Collapse All | Expand All

(-)util-linux-2.12a/mount/mount.c.sopwith (+2 lines)
Lines 191-196 Link Here
191
  { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
191
  { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
192
  { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
192
  { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
193
#endif
193
#endif
194
  { "kudzu", 0, 0, 0 },			/* Silently remove this option (backwards compat use only) */
195
  { "managed", 0, 0, 0 },			/* Silently remove this option */
194
  { NULL,	0, 0, 0		}
196
  { NULL,	0, 0, 0		}
195
};
197
};
196
198

Return to bug 70873