aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-setproctitle/spt_status.c.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-03-06 21:46:41 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-07 10:43:38 +0000
commitc63545edb3840f15ef8dabed60f7495334615022 (patch)
tree66413e742eb5bcecd67de39350778723b7c8ac9d /testing/py-setproctitle/spt_status.c.patch
parent9c92578b964d32b17eb74065b74a94d108f4a8e0 (diff)
downloadaports-c63545edb3840f15ef8dabed60f7495334615022.tar.bz2
aports-c63545edb3840f15ef8dabed60f7495334615022.tar.xz
testing/py-setproctitle: new aport
https://github.com/dvarrazzo/py-setproctitle A Python module to customize the process title.
Diffstat (limited to 'testing/py-setproctitle/spt_status.c.patch')
-rw-r--r--testing/py-setproctitle/spt_status.c.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/py-setproctitle/spt_status.c.patch b/testing/py-setproctitle/spt_status.c.patch
new file mode 100644
index 0000000000..733e30adfb
--- /dev/null
+++ b/testing/py-setproctitle/spt_status.c.patch
@@ -0,0 +1,10 @@
+--- a/src/spt_status.c
++++ b/src/spt_status.c
+@@ -55,7 +55,6 @@
+ #endif
+ #ifdef HAVE_SYS_PRCTL_H
+ #include <sys/prctl.h> /* for Linux >= 2.6.9 */
+-#include <linux/prctl.h>
+ #endif
+ #if defined(__darwin__)
+ #include <crt_externs.h>