diff options
author | 2020-06-27 15:58:47 +0000 | |
---|---|---|
committer | 2020-06-27 15:58:47 +0000 | |
commit | 034cea9fb2355e3cd2c7b6b3ad55b28b630dff96 (patch) | |
tree | fb7201c0bcf04ec99e8d7e58a37940808590f42b /sys/dev/softraid.c | |
parent | convert macppc, octeon, and loongson to use MI installboot, removing (diff) | |
download | wireguard-openbsd-034cea9fb2355e3cd2c7b6b3ad55b28b630dff96.tar.xz wireguard-openbsd-034cea9fb2355e3cd2c7b6b3ad55b28b630dff96.zip |
don't try to expand alignment using __aligned(16) on local variables.
that stops being normal C. the object type has to be sufficient, if it
needed larger alignment such a type or a union should be used instead.
(breaks landisk gcc, for one)
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions