Re: patch@26996 - patch around stat("_NLA0:") bug

2006-01-31 Thread Mark Berryman
Craig A. Berry wrote: At 11:21 PM -0500 1/30/06, John E. Malmberg wrote: In vmsish.h: * Fix a typo for vms specific st_fab_mrs macro that was not noticed because currently nothing uses it. * Create macros VMS_INO_T_COMPARE and VMS_INO_T_COPY to hide difference from traditional VMS s

Re: patch@26996 - patch around stat("_NLA0:") bug

2006-01-31 Thread John E. Malmberg
Mark Berryman wrote: I am curious. Why would you not want to simply define _USE_STD_STAT? Perl currently is coded to expect only the behavior of the traditional but non standard compliant stat structure and related calls and then give an illusion that the stat structure is compliant. Mo