From: Rafael Garcia-Suarez Date: Mon, 20 Mar 2006 13:03:07 +0000 (+0000) Subject: Revert part of change 27546 related to a /dev/null bug X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14c4d36be0f30288dcb8347c1b5bb34c404ca2b8;p=p5sagit%2Fp5-mst-13.2.git Revert part of change 27546 related to a /dev/null bug workaround on VMS, as requested by John E. Malmberg p4raw-id: //depot/perl@27554 --- diff --git a/vms/vms.c b/vms/vms.c index 9f843b3..ea25085 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -11524,7 +11524,7 @@ static int set_features } /* PCP mode requires creating /dev/null special device file */ - decc_bug_devnull = 0; + decc_bug_devnull = 1; status = sys_trnlnm("DECC_BUG_DEVNULL", val_str, sizeof(val_str)); if ($VMS_STATUS_SUCCESS(status)) { if ((val_str[0] == 'E') || (val_str[0] == '1') || (val_str[0] == 'T'))