Hi, I was informed[1] that OSS v4.1 has been ported to Minix3[2]. I wonder if it's possible to merge at least some parts of the diff into the source tree? It will probably help other ports...
Two simple and mostly mechanical patches are attached as a start: 1. Replace most C++ comments with C comments. 2. Remove some uses of "long long", and #ifdef OSS_NO_LONG_LONG for some others. I noticed that oss_install_audiodev() has a different type to "flags" argument than oss_install_audiodev_with_devname(), so both were standardized to unsigned long. Note that I haven't touched MIDI subsystem here, nor the grc3 changes. Yours, Yair K. [1] http://4front-tech.com/forum/viewtopic.php?f=16&t=3473 [2] www.minix3.org - BSD licensed OS and a continuation of the famous Minix.
oss-long-long.diff.gz
Description: GNU Zip compressed data
oss-c-comments.diff.gz
Description: GNU Zip compressed data
_______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel