summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/perl/files/perl-5.8.5-nonblock.patch')
-rw-r--r--dev-lang/perl/files/perl-5.8.5-nonblock.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/perl/files/perl-5.8.5-nonblock.patch b/dev-lang/perl/files/perl-5.8.5-nonblock.patch
deleted file mode 100644
index 65c0acae6e62..000000000000
--- a/dev-lang/perl/files/perl-5.8.5-nonblock.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/IO/IO.xs.orig 2004-08-02 21:26:35.486883359 -0700
-+++ ext/IO/IO.xs 2004-08-02 21:26:58.285155590 -0700
-@@ -75,7 +75,7 @@
- int mode = RETVAL;
- #ifdef O_NONBLOCK
- /* POSIX style */
--#if defined(O_NDELAY) && O_NDELAY != O_NONBLOCK
-+#if defined(O_NDELAY) && O_NDELAY != O_NONBLOCK && !defined(__linux__)
- /* Ooops has O_NDELAY too - make sure we don't
- * get SysV behaviour by mistake. */
-