On Thu, Apr 15, 2010 at 12:40 AM, Lars Reemts <[email protected]> wrote: >> So I went with slapping ALIGN4 on the byte array instead. > > The ALIGN4 doesn't compile for me. gcc complains not to know the ALIGN4 > macro. Had to change it to: > uint8_t buf[MAX_PACK_LEN + 1] __attribute__ ((aligned (4)));
Look at http://busybox.net/downloads/fixes-1.16.1/busybox-1.16.1-dnsd.patch more attentively. ALIGN4 is also added there. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
