diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2002-07-16 22:36:00 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2002-07-16 22:36:00 +0000 |
| commit | faab4e2722ad49e8ebbfe07be6de1de887de3204 (patch) | |
| tree | e6a0805aec09bffe11b7d53577ebfe6d6809a9be /sys/kern/vfs_vnops.c | |
| parent | 5cd19a3cfd1ca09f228df51c1e50d31a9a11c65d (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_vnops.c')
| -rw-r--r-- | sys/kern/vfs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 596e4a95fa98..cd144425c9b0 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -620,7 +620,7 @@ vn_stat(vp, sb, td) sb->st_atimespec = vap->va_atime; sb->st_mtimespec = vap->va_mtime; sb->st_ctimespec = vap->va_ctime; - sb->st_createtimespec = vap->va_createtime; + sb->st_birthtimespec = vap->va_birthtime; /* * According to www.opengroup.org, the meaning of st_blksize is |
