python_twisted: bump version.

This commit is contained in:
Jerome Duval
2016-04-14 21:16:30 +00:00
parent e8005e9c62
commit 2c2f8d6218
2 changed files with 24 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
From 74c88f321a48ca64852eb22200712fc97eb2af33 Mon Sep 17 00:00:00 2001
From 2ee4b9c1ba7fe6a62bdb963842741bd013e8c4bd Mon Sep 17 00:00:00 2001
From: Jessica Hamilton <jessica.l.hamilton@gmail.com>
Date: Fri, 20 Jun 2014 04:57:11 +0000
Subject: sendmsg.c: fix compiling with gcc2.
diff --git a/twisted/python/sendmsg.c b/twisted/python/sendmsg.c
index 9f2fd8c..265003a 100644
--- a/twisted/python/sendmsg.c
+++ b/twisted/python/sendmsg.c
diff --git a/twisted/python/_sendmsg.c b/twisted/python/_sendmsg.c
index 3f05501..e4d6600 100644
--- a/twisted/python/_sendmsg.c
+++ b/twisted/python/_sendmsg.c
@@ -175,9 +175,11 @@ static PyObject *sendmsg_sendmsg(PyObject *self, PyObject *args, PyObject *keywd
int fd;
@@ -55,5 +55,5 @@ index 9f2fd8c..265003a 100644
PyErr_SetFromErrno(sendmsg_socket_error);
return NULL;
--
1.8.3.4
2.2.2