Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/07/2005 14:40:06
Module Name: src
Committed By: chs
Date: Fri Oct 7 14:40:06 UTC 2005
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
add __attribute__((packed)) to struct netbsd32_stat13. the alignment of
64-bit values is annoying in the x86 world: they require 64-bit alignment
in 64-bit mode but only 32-bit alignment in 32-bit mode.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/compat/netbsd32/netbsd32.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.