Re: CVS commit: src/sys/sys

2014-09-14 Thread NONAKA Kimihiro
Hi, 2014-09-15 3:07 GMT+09:00 Christos Zoulas : > Perhaps it is better to memcpy the data to some aligned struct rather > than referencing it directly and making it packed (which is not portable). I wrote the following patch. ok? Index: ./sys/sys/bootblock.h

Re: CVS commit: src/sys/sys

2014-09-14 Thread Christos Zoulas
In article <20140914173906.a22b...@cvs.netbsd.org>, NONAKA Kimihiro wrote: >Module Name: src >Committed By: nonaka >Date: Sun Sep 14 17:39:06 UTC 2014 > >Modified Files: > src/sys/sys: bootblock.h > >Log Message: >Avoid data abort at >src/sys/dev/dkwedge/dkwedge_apple.c:swap_appl