Hey Guy, >>> Make sure that the patch is copied exactly. There's a line after the redefinition of getname to vms_getname that contains ^L. In the patch this line is removed and replaced with a blank line which is my own fault as it doesn't need to be removed. <<<
I think I have misunderstood what you meant here. I tried the change, and still got the same errors. Lines 50 through 57 of the patchfile currently contain the following: 50 @@ -240,7 +240,12 @@ 51 #undef getname 52 #define getname vms_getname 53 #endif 54 -^L 55 + 56 +#ifdef getline 57 +#undef getline I also tried putting the "^L" after the "+", no fix. Thoughts? Thanks for your time. Cheers, Tim -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
