Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/netbsd32
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.
Home |
Main Index |
Thread Index |
Old Index