freebsd-dev/sys/miscfs/portal
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
..
portal_vfsops.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
portal_vnops.c Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
portal.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00