diff options
Diffstat (limited to 'data/_python3.7/header.diff')
-rw-r--r-- | data/_python3.7/header.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/_python3.7/header.diff b/data/_python3.7/header.diff new file mode 100644 index 000000000..d41804464 --- /dev/null +++ b/data/_python3.7/header.diff @@ -0,0 +1,16 @@ +diff -ur Python-3.7.3/Modules/posixmodule.c Python-3.7.3+iPhone/Modules/posixmodule.c +--- Python-3.7.3/Modules/posixmodule.c 2019-03-25 10:21:05.000000000 -1000 ++++ Python-3.7.3+iPhone/Modules/posixmodule.c 2019-05-06 14:01:00.000000000 -1000 +@@ -5910,11 +5910,10 @@ + #else + #ifdef HAVE_LIBUTIL_H + #include <libutil.h> +-#else ++#endif /* HAVE_LIBUTIL_H */ + #ifdef HAVE_UTIL_H + #include <util.h> + #endif /* HAVE_UTIL_H */ +-#endif /* HAVE_LIBUTIL_H */ + #endif /* HAVE_PTY_H */ + #ifdef HAVE_STROPTS_H + #include <stropts.h> |