--- a/patches/61_all_process_data.patch 2014-03-27 20:17:57.000000000 -0500 +++ b/patches/61_all_process_data.patch 2016-04-16 11:02:00.287557644 -0500 @@ -51,12 +51,11 @@ PyErr_Clear(); --- Modules/python.c +++ Modules/python.c -@@ -7,6 +7,14 @@ +@@ -7,6 +7,13 @@ #include #endif +#ifdef __linux__ -+#include +#include +#ifndef PR_SET_NAME +#define PR_SET_NAME 15