Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS.
authorCraig A. Berry <craigberry@mac.com>
Thu, 15 Jan 2009 19:46:02 +0000 (13:46 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 15 Jan 2009 19:46:02 +0000 (13:46 -0600)
commit98c7875d3485f5c773ff1976f4197e346535dabc
treef9b149b4168e2be6a78c30139c60ac530574d822
parent6fb6c61459e9cc9e8f46103f192d73975cf22ea1
Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS.

The nomenclature is confusing and the CRTL docs even moreso, and
the CRTL implementation seems not to do what the docs say.  The
documented default setting is on, which I take to mean that
processing of SYS$POSIX_ROOT is disabled unless you have asked
for it.  I've followed this behavior even though the CRTL seems
to report the feature off by default.

Also corrected yet another length error in a related call to
simple_trnlnm.
vms/vms.c