This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jnoller
Recipients jnoller, loewis, ronaldoussoren
Date 2009-01-19.02:00:03
SpamBayes Score 0.0038613952
Marked as misclassified No
Message-id <1232330406.49.0.998994815471.issue4065@psf.upfronthosting.co.za>
In-reply-to
Content
This issues was fixed on 2008-11-04 by Martin Loewis in r67098

Index: multiprocessing.h
===================================================================
--- multiprocessing.h	(revision 67097)
+++ multiprocessing.h	(revision 67098)
@@ -20,7 +20,9 @@
 #  define SEM_VALUE_MAX LONG_MAX
 #else
 #  include <fcntl.h>                 /* O_CREAT and O_EXCL */
+#  include <netinet/in.h>
 #  include <sys/socket.h>
+#  include <sys/uio.h>
 #  include <arpa/inet.h>             /* htonl() and ntohl() */
 #  if HAVE_SEM_OPEN
 #    include <semaphore.h>

Closing
History
Date User Action Args
2009-01-19 02:00:07jnollersetrecipients: + jnoller, loewis, ronaldoussoren
2009-01-19 02:00:06jnollersetmessageid: <1232330406.49.0.998994815471.issue4065@psf.upfronthosting.co.za>
2009-01-19 02:00:04jnollerlinkissue4065 messages
2009-01-19 02:00:03jnollercreate