Chris Costello 1b900f573c 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
1999-12-21 06:29:00 +00:00
..
1999-08-28 01:08:13 +00:00
1999-12-20 18:26:02 +00:00
1999-12-08 08:59:40 +00:00