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 jackdied
Recipients jackdied, loewis, mmokrejs, pitrou
Date 2009-03-26.21:57:14
SpamBayes Score 0.00022098485
Marked as misclassified No
Message-id <1238104637.63.0.365339838445.issue3266@psf.upfronthosting.co.za>
In-reply-to
Content
survey of other modules that use O_RDRW
The following include sys/type.h and fcntl.h unconditionally:
  bsdmodule.c, dbmmoudle.c, _fileio.c

posixmodule.c includes them after doing an #ifdef check

mmapmodule.c currently (2.7 trunk) includes sys/types.h with an ifdef
check, but fcntl.h not at all.
History
Date User Action Args
2009-03-26 21:57:18jackdiedsetrecipients: + jackdied, loewis, mmokrejs, pitrou
2009-03-26 21:57:17jackdiedsetmessageid: <1238104637.63.0.365339838445.issue3266@psf.upfronthosting.co.za>
2009-03-26 21:57:15jackdiedlinkissue3266 messages
2009-03-26 21:57:15jackdiedcreate