Re: [PATCH] 2.4.19-pre8 fs/nfs/nfsroot.c - in_ntoa

David S. Miller (davem@redhat.com)
Thu, 30 May 2002 04:52:58 -0700 (PDT)


From: Peter Wächtler <pwaechtler@loewe-komp.de>
Date: Thu, 30 May 2002 14:04:18 +0200

Somehow a call to in_ntoa went into the kernel.
With that you can't linke the kernel, when CONFIG_ROOT_NFS=y
is on.

fs/fs.o: In function `root_nfs_getport':
fs/fs.o(.text.init+0x10e1): undefined reference to `in_ntoa'
make: *** [vmlinux] Fehler 1

No, in fact in_ntoa always had existed, except that I finally
killed it. You're supposed to replace it with NIPQUAD not
the endian-unfriendly %x.

I've sent Marcelo fixes for this if someone else hasn't beaten
me to it already.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/