freebsd-dev/sys/fs
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
..
cd9660 Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
coda Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
deadfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fdescfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
fifofs Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
hpfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
msdosfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
ntfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nullfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nwfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
portalfs Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
procfs Include vm/vm_extern.h to get at prototypes 1999-12-20 18:26:58 +00:00
specfs Remove unused #includes. 1999-12-08 08:59:40 +00:00
umapfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
unionfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00