Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 34293
Collapse All | Expand All

(-)util-linux-2.10r/mount/mount.c.kudzu (+1 lines)
Lines 182-187 Link Here
182
  { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
182
  { "diratime",	0, 1, MS_NODIRATIME },	/* Update dir access times */
183
  { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
183
  { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
184
#endif
184
#endif
185
  { "kudzu", 0, 0, 0 },			/* Silently remove this option */
185
  { NULL,	0, 0, 0		}
186
  { NULL,	0, 0, 0		}
186
};
187
};
187
188

Return to bug 34293