Sorry, my mistake.

Denys Vlasenko schrieb:
> 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.
>   


-- 
Lars Reemts, Lange Wieke 1, 26817 Rhauderfehn, Germany
Tel: +49 4952 942290, Fax: +49 4952 942291
mailto: [email protected]


_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to