Date: Wed, 15 Nov 2000 02:59:36 +0200 (IST)
   From: Dan Aloni <[EMAIL PROTECTED]>

   On Tue, 14 Nov 2000, David S. Miller wrote:

   > 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?

No, it means the code "may need changing" if IFNAMSIZ is ever
changed.  The compiler will warn us when this happens instead
of silently compiling the code.

Later,
David S. Miller
[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/

Reply via email to