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 brian-cameron-oracle
Recipients brian-cameron-oracle
Date 2013-01-09.08:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357720040.2.0.175199652567.issue16902@psf.upfronthosting.co.za>
In-reply-to
Content
Solaris supports OSS, but the attached patch is needed to get it to build.

Note that some of the EXPORT_INT lines in Modules/ossaudiodev.c need to be
#ifndef'ed out on Sun since OSS on Solaris doesn't support them all. 

Does it make sense to use #ifndef like this, or should each EXPORT_INT be encapsulated by its own #ifdef?
History
Date User Action Args
2013-01-09 08:27:20brian-cameron-oraclesetrecipients: + brian-cameron-oracle
2013-01-09 08:27:20brian-cameron-oraclesetmessageid: <1357720040.2.0.175199652567.issue16902@psf.upfronthosting.co.za>
2013-01-09 08:27:19brian-cameron-oraclelinkissue16902 messages
2013-01-09 08:27:19brian-cameron-oraclecreate