| diff -ru perl-5.36.0.orig/doio.c perl-5.36.0/doio.c |
| |
| |
| @@ -2892,6 +2892,8 @@ |
| PERL_ARGS_ASSERT_CANDO; |
| PERL_UNUSED_CONTEXT; |
| |
| + return TRUE; |
| + |
| #ifdef DOSISH |
| /* [Comments and code from Len Reed] |
| * MS-DOS "user" is similar to UNIX's "superuser," but can't write |