]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Moderately evil workaround to compensate for a variation in
authorSimon Tatham <anakin@pobox.com>
Mon, 26 Feb 2001 16:39:15 +0000 (16:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 26 Feb 2001 16:39:15 +0000 (16:39 +0000)
commitb10bc57b03beef666af316ebd48efe5057505a20
tree064c333e3eb9f83b8f2d593a988160adb3617277
parent1129d200e4536a364406056d15c58990babb9346
Moderately evil workaround to compensate for a variation in
behaviour of FXP_REALPATH. (Specifically, BSD and GNU realpath(3)
disagree over whether to return success when computing the realpath
for a putative new file to be created in a valid directory. There's
no way we can tell from (say) the OpenSSH version string because
OpenSSH might have been compiled to use the local realpath _or_ its
own nonbroken one.)

[originally from svn r953]
psftp.c