[libio-aio-perl] 02/03: Drop workaround-missing-O_CLOEXEC.patch.

gregor herrmann gregoa at debian.org
Sat Jan 23 02:48:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libio-aio-perl.

commit 93585b97d6acb75d00c1a7f27b009b574ca68a58
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 23 03:40:29 2016 +0100

    Drop workaround-missing-O_CLOEXEC.patch.
    
    The #define is now in def0.h.
---
 debian/patches/series                             |  1 -
 debian/patches/workaround-missing-O_CLOEXEC.patch | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 88c9fdc..982db60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-workaround-missing-O_CLOEXEC.patch
 spelling.patch
 duplicate-constant.patch
diff --git a/debian/patches/workaround-missing-O_CLOEXEC.patch b/debian/patches/workaround-missing-O_CLOEXEC.patch
deleted file mode 100644
index 1c7e92d..0000000
--- a/debian/patches/workaround-missing-O_CLOEXEC.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBS on platforms not having O_CLOEXEC.
-Origin: vendor
-Bug: http://bugs.debian.org/645543
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Last-Update: 2011-10-20
-
---- a/libeio/eio.c
-+++ b/libeio/eio.c
-@@ -73,6 +73,10 @@
- # define ELOOP EDOM
- #endif
- 
-+#ifndef O_CLOEXEC
-+# define O_CLOEXEC 0
-+#endif
-+
- #if !defined(ENOTSOCK) && defined(WSAENOTSOCK)
- # define ENOTSOCK WSAENOTSOCK
- #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-aio-perl.git



More information about the Pkg-perl-cvs-commits mailing list