dbpware-for-solaris/python27/src/python-2.7.9-mmap-fcntl_h.patch
2015-04-30 20:54:44 +02:00

13 lines
287 B
Diff

--- Python-2.7.9/Modules/mmapmodule.c.fnctl 2014-12-10 16:59:55.000000000 +0100
+++ Python-2.7.9/Modules/mmapmodule.c 2015-03-21 12:20:50.544882000 +0100
@@ -23,9 +23,7 @@
#ifndef MS_WINDOWS
#define UNIX
-# ifdef __APPLE__
# include <fcntl.h>
-# endif
#endif
#ifdef MS_WINDOWS