summaryrefslogtreecommitdiff
path: root/debian/patches/8.14
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/8.14')
-rw-r--r--debian/patches/8.14/8.14.4/close_on_exec.patch13
-rw-r--r--debian/patches/8.14/8.14.4/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/8.14/8.14.4/close_on_exec.patch b/debian/patches/8.14/8.14.4/close_on_exec.patch
new file mode 100644
index 0000000..f19a984
--- /dev/null
+++ b/debian/patches/8.14/8.14.4/close_on_exec.patch
@@ -0,0 +1,13 @@
+--- sendmail-8.14.8/sendmail/conf.c 2014-01-08 18:03:14.000000000 +0100
++++ sendmail-8.14.9/sendmail/conf.c 2014-05-20 19:24:39.000000000 +0200
+@@ -5309,8 +5309,8 @@
+ */
+
+ void
+-sm_close_on_exec(highest, lowest)
+- int highest, lowest;
++sm_close_on_exec(lowest, highest)
++ int lowest, highest;
+ {
+ #if HASFDWALK
+ (void) fdwalk(closefd_walk, &lowest);
diff --git a/debian/patches/8.14/8.14.4/series b/debian/patches/8.14/8.14.4/series
index 7c05e53..6de1aa7 100644
--- a/debian/patches/8.14/8.14.4/series
+++ b/debian/patches/8.14/8.14.4/series
@@ -21,3 +21,4 @@ ssl_op_no_tlsv1_x.patch
install_static_libs.patch
shared_libmilter.patch
libmilter-assert.patch
+close_on_exec.patch