Copy inode birthtime to the struct stat32.

MFC after:	1 week
This commit is contained in:
kib 2010-08-04 14:38:20 +00:00
parent 36b27b8587
commit 4a7e2ba2a3

View File

@ -1634,6 +1634,7 @@ copy_stat(struct stat *in, struct stat32 *out)
CP(*in, *out, st_blksize);
CP(*in, *out, st_flags);
CP(*in, *out, st_gen);
TS_CP(*in, *out, st_birthtim);
}
int