On Sun, May 30, 2004 at 01:05:18AM +0200, Jeroen Roodhart wrote: > >paul wrote: > >>> > > anaconda-10.0/isys/nfsmount.c > >>> > > #if 1 /* old libc's do not have inet_aton() -- > >>> > > change 1 to 0 */ > >>> > > if (!inet_aton(hostname, &server_addr.sin_addr)) #endif > >>> > > { > Aah, I'm sorry Paul but that's not commented out. It's inside an #if 1 - > #endif pair. So if you have the old libc, this will bomb on compile and > you have to change 1 to 0 so the precompiler leaves it out... Aagh. I'm so used to reading #if 0 that I didn't even notice that. Oh well, shall investigate further... Paul