Warning during busybox compilation

Laurent Lagrange lagrange at fr.oleane.com
Tue Oct 31 10:13:12 UTC 2006


Hi all,

I use busybox 1.1.1 with a 60x powerpc and I have a warning during
compilation in coreutils/stty.c.

In powerpc arch, VTDLY is define like this in termios.h :
#define VTDLY       00200000
and it is assigned to an unsigned short value in struct mode_info (mask
element).

This mask seems to be used as a unsigned int or a unsigned long so :
Is it possible to change the type of mask parameter from unsigned short to
unsigned int ?

Thanks in advance for your answer.

Laurent.




More information about the busybox mailing list