K 10 svn:author V 5 chris K 8 svn:date V 27 1999-12-21T06:29:00.000000Z K 7 svn:log V 352 Fix a typo that was doing something kind of silly, and that is initializing the creation time for files to the uninitialized value: vap->va_ctime = vap->va_ctime; Changed to what was intended, assigning it to the modification time (thus making all three values of access time, modification time and creation time the same thing). Reviewed by: grog END