Re: declare more strings with ALIGN1

2012-07-19 Thread Sedat Dilek
On Thu, Jul 19, 2012 at 12:05 PM, Michael Tokarev wrote: > On 19.07.2012 13:59, Sedat Dilek wrote: >> Can you label your patches, please? >> Like this: >> >> "busybox.h: declare more strings with ALIGN1" > > The patch touches 3 files. Should I list them all? > I had Aurel's patch in mind which r

Re: declare more strings with ALIGN1

2012-07-19 Thread Michael Tokarev
On 19.07.2012 13:59, Sedat Dilek wrote: > Can you label your patches, please? > Like this: > > "busybox.h: declare more strings with ALIGN1" The patch touches 3 files. Should I list them all? Thanks, /mjt ___ busybox mailing list busybox@busybox.net

Re: declare more strings with ALIGN1

2012-07-19 Thread Sedat Dilek
On Thu, Jul 19, 2012 at 11:56 AM, Michael Tokarev wrote: > As with messages in libbb/messages.c and their declarations > in include/libbb.h, there are a few other places where > ALIGN1 (force no alignment) is used in definition but not > in declaration, which leads to miscompiles. Fix these > too

declare more strings with ALIGN1

2012-07-19 Thread Michael Tokarev
As with messages in libbb/messages.c and their declarations in include/libbb.h, there are a few other places where ALIGN1 (force no alignment) is used in definition but not in declaration, which leads to miscompiles. Fix these too. --- a/include/busybox.h +++ b/include/busybox.h @@ -13,10 +13,10