aports/testing/py-setproctitle/spt_status.c.patch
Jakub Jirutka c63545edb3 testing/py-setproctitle: new aport
https://github.com/dvarrazzo/py-setproctitle
A Python module to customize the process title.
2016-03-07 10:43:38 +00:00

11 lines
240 B
Diff

--- 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>