in_ntoa built error
Dan Kegel
dkegel at ixiacom.com
Sat May 25 08:45:43 EST 2002
Yes. References to inet_ntoa must be replaced
with references to NIPQUAD. e.g.
printk("s_addr=%d.%d.%d.%d, data_saddr=%d.%d.%d.%d, data_sport=%d",
NIPQUAD(ms->saddr), NIPQUAD(data_saddr), ntohs(data_sport));
%u is probably better than %d.
- Dan
-----Original Message-----
From: Khai Trinh
To: linuxppc-embedded at lists.linuxppc.org
Sent: 5/24/2002 2:57 PM
Subject: in_ntoa built error
I downloaded the linuxppc2.4 devel tree from bitmover
and tried to build the the ebony kernel for my ebony
board. I got the built error in that in_ntoa is
referenced in the fs/nfs/nfsroot.c file but no include
lib for it.
What is this call anyway? It sounds like the root file
system is broken.
I then went and disable the NFS stuff in the defconfig
file. The kernel is then built. When I loaded the
kernel to Ebony, it failed on mounting the root
filesystem as expected.
Does anybody have a fix for this problem yet?
Regards,
--Khai
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list