Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 04:50:28 +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: r256306 - stable/8/sys/compat/freebsd32
Message-ID:  <201310110450.r9B4oSdF008971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Oct 11 04:50:27 2013
New Revision: 256306
URL: http://svnweb.freebsd.org/changeset/base/256306

Log:
  MFC r256061:
  Add padding to match the compat32 struct stat32 definition to the real
  struct stat on 32bit architectures.

Modified:
  stable/8/sys/compat/freebsd32/freebsd32.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/compat/   (props changed)

Modified: stable/8/sys/compat/freebsd32/freebsd32.h
==============================================================================
--- stable/8/sys/compat/freebsd32/freebsd32.h	Fri Oct 11 04:42:17 2013	(r256305)
+++ stable/8/sys/compat/freebsd32/freebsd32.h	Fri Oct 11 04:50:27 2013	(r256306)
@@ -152,6 +152,7 @@ struct stat32 {
 	u_int32_t st_blksize;
 	u_int32_t st_flags;
 	u_int32_t st_gen;
+	int32_t	st_lspare;
 	struct timespec32 st_birthtimespec;
 	unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
 	unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));



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