revert patch and fix PLIST-idle
This commit is contained in:
parent
40b4e1a5e9
commit
84dc6ae727
3 changed files with 541 additions and 10 deletions
|
@ -6,7 +6,7 @@ Index: Python/fileutils.c
|
|||
* 2b. If fdwalk(3) isn't available, just do a plain close(2) loop.
|
||||
*/
|
||||
-#ifdef __FreeBSD__
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__SecBSD__)
|
||||
# define USE_CLOSEFROM
|
||||
-#endif /* __FreeBSD__ */
|
||||
+#endif /* __FreeBSD__ || __OpenBSD__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue