Module Name: src Committed By: simonb Date: Thu Jan 14 02:43:04 UTC 2021
Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.h Log Message: Use netbsd32_* types instead of relying on __packed in the vnd ioctl structures. __packed didn't work on archs where 64-bit types were 64-bit aligned with a 32-bit ABI (eg MIPS n32). OK mrg@ To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/compat/netbsd32/netbsd32_ioctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.