--- mount/mount.c.old 2005-02-25 23:03:02.000000000 +0200 +++ mount/mount.c 2005-02-25 23:05:44.000000000 +0200 @@ -194,6 +194,8 @@ { "diratime", 0, 1, MS_NODIRATIME }, /* Update dir access times */ { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */ #endif + { "managed", 0, 0, MS_COMMENT }, /* Ignore */ + { "kudzu", 0, 0, MS_COMMENT }, /* Ignore */ { NULL, 0, 0, 0 } };