From 4a7e2ba2a30ec826f16a4395bee5153ef9cd05e5 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 4 Aug 2010 14:38:20 +0000 Subject: [PATCH] Copy inode birthtime to the struct stat32. MFC after: 1 week --- sys/compat/freebsd32/freebsd32_misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 292e2574be19..153a2c771361 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -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