Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2010 09:04:37 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r211174 - stable/8/sys/compat/freebsd32
Message-ID:  <201008110904.o7B94b3F000856@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Aug 11 09:04:36 2010
New Revision: 211174
URL: http://svn.freebsd.org/changeset/base/211174

Log:
  MFC r210848:
  Copy inode birthtime to the struct stat32.

Modified:
  stable/8/sys/compat/freebsd32/freebsd32_misc.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/compat/freebsd32/freebsd32_misc.c
==============================================================================
--- stable/8/sys/compat/freebsd32/freebsd32_misc.c	Wed Aug 11 08:58:27 2010	(r211173)
+++ stable/8/sys/compat/freebsd32/freebsd32_misc.c	Wed Aug 11 09:04:36 2010	(r211174)
@@ -1637,6 +1637,7 @@ copy_stat(struct stat *in, struct stat32
 	CP(*in, *out, st_blksize);
 	CP(*in, *out, st_flags);
 	CP(*in, *out, st_gen);
+	TS_CP(*in, *out, st_birthtimespec);
 }
 
 int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008110904.o7B94b3F000856>