Re: 2.2.17 doesnt build on sparc64 with CONFIG_IP_PNP

From: David S. Miller (davem@redhat.com)
Date: Sat Sep 16 2000 - 11:28:32 EST


The fix is to change, in arch/sparc64/kernel/setup.c:

        if (!ic_set_manually) {

to:

        if (ic_myaddr == INADDR_NONE) {

Shows how much this facility is used on sparc64 :-)

I'll send this fix off to Alan.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:13 EST