Forward port a number of OSX bugfixes from the trunk to 3.2

This commit is contained in:
Ronald Oussoren 2010-02-07 19:56:39 +00:00
parent a5336b6000
commit 755740f3ea
6 changed files with 104 additions and 8 deletions

View file

@ -3785,6 +3785,10 @@ posix_fork(PyObject *self, PyObject *noargs)
#else
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#else
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */
#endif /* HAVE_LIBUTIL_H */
#endif /* HAVE_PTY_H */
#ifdef HAVE_STROPTS_H