From aff0081f35951e8e09614c67fbccd8f81f5e6b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sun, 30 Oct 2022 18:35:51 +0100 Subject: patches/perl/yes-we-can-hack.patch: new patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/perl/yes-we-can-hack.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/perl/yes-we-can-hack.patch (limited to 'patches/perl/yes-we-can-hack.patch') diff --git a/patches/perl/yes-we-can-hack.patch b/patches/perl/yes-we-can-hack.patch new file mode 100644 index 00000000..ce0616c8 --- /dev/null +++ b/patches/perl/yes-we-can-hack.patch @@ -0,0 +1,12 @@ +diff -ru perl-5.36.0.orig/doio.c perl-5.36.0/doio.c +--- perl-5.36.0.orig/doio.c 2022-05-20 02:01:22.000000000 +0200 ++++ perl-5.36.0/doio.c 2022-10-30 18:20:57.721541670 +0100 +@@ -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 -- cgit v1.2.3