--- /src_root/curl/lib/netrc.c Tue Jan 8 21:00:07 2013 +++ /vms_root/curl/lib/netrc.c Sat Jan 19 14:41:21 2013 @@ -25,9 +25,6 @@ #ifdef HAVE_PWD_H #include #endif -#ifdef __VMS -#include -#endif #include #include "netrc.h" @@ -83,11 +80,7 @@ struct passwd *pw; pw= getpwuid(geteuid()); if(pw) { -#ifdef __VMS - home = decc_translate_vms(pw->pw_dir); -#else home = pw->pw_dir; -#endif } #endif }