svn commit: r256305 - stable/9/sys/compat/freebsd32
Konstantin Belousov
kib at FreeBSD.org
Fri Oct 11 04:42:18 UTC 2013
Author: kib
Date: Fri Oct 11 04:42:17 2013
New Revision: 256305
URL: http://svnweb.freebsd.org/changeset/base/256305
Log:
MFC r256061:
Add padding to match the compat32 struct stat32 definition to the real
struct stat on 32bit architectures.
Modified:
stable/9/sys/compat/freebsd32/freebsd32.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/compat/freebsd32/freebsd32.h
==============================================================================
--- stable/9/sys/compat/freebsd32/freebsd32.h Thu Oct 10 22:46:49 2013 (r256304)
+++ stable/9/sys/compat/freebsd32/freebsd32.h Fri Oct 11 04:42:17 2013 (r256305)
@@ -166,6 +166,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_birthtim;
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec32));
More information about the svn-src-stable-9
mailing list