On Tue, 14 Nov 2000, David S. Miller wrote:
> Date: Wed, 15 Nov 2000 02:25:38 +0200 (IST)
> From: Dan Aloni <[EMAIL PROTECTED]>
>
> Agreed. BTW, after grepping for IFNAMSIZ references I've noticed
> some architectures (sparc64, mips64) define IFNAMSIZ for
> themsleves, for example, arch/sparc64/kernel/ioctl32.c, which
> defines it to 16, the same include/linux/if.h does. But if they are
> not the same?
>
> Then the compiler will start warning us :-)
I've also noticed that routing_ioctl() in arch/mips64/kernel/ioctl32.c
assumes the 16. Are those two platforms depend on having IFNAMSIZ == 16,
or this code just needs cleaning up?
--
Dan Aloni
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/