Module Name: src
Committed By: rin
Date: Fri Jan 4 21:39:38 UTC 2019
Modified Files:
src/sys/arch/aarch64/include: param.h
Log Message:
ALIGNBYTES32 should be (8 - 1), not (4 - 1) for EABI:
https://nxr.netbsd.org/xref/src/sys/arch/arm/include/cdefs.h#56
Now, sshd for earmv7hf works without problems.
Also fix other users of cmsg(3) API hopefully.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/aarch64/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.