On Wed, Jan 12, 2000 at 09:57:41AM +0100, Geert Uytterhoeven wrote:
> Thanks! But unfortunately it doesn't fix all problems:
>
> serial.c: In function `line_info':
> serial.c:3078: warning: long unsigned int format, unsigned int arg (arg 5)
> serial.c: In function `autoconfig':
> serial.c:3430: `ASYNC_IOC3' undeclared (first use this function)
> serial.c:3430: (Each undeclared identifier is reported only once
> serial.c:3430: for each function it appears in.)
> serial.c: In function `rs_init':
> serial.c:3999: `ASYNC_IOC3' undeclared (first use this function)
> serial.c:4015: warning: long unsigned int format, unsigned int arg (arg 4)
>
> I think some #ifdef CONFIG_SGI_IP27/#endif is missing there.
Thanks for reporting! What's actually missing is the definition of this
flag in include/linux/serial.h.
Ralf
|