mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
python_twisted: bump version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user