K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-03-25T01:56:12.000000Z K 7 svn:log V 386 Fix inittodr() invocation. Now that devfs is mounted before the actual root file system is mounted, the first entry on the mountlist is not the root file system and the timestamp for that entry is typically 0. Passing that to inittodr() caused annoying errors on alpha and ia64. So, call inittodr() for all file systems on mountlist, but only when the timestamp (mnt_time) is non-zero. END