Comment 9 for bug 910335

Revision history for this message
su_v (suv-lp) wrote :

> If it's ok on OS X, I guess it's safe to commit it.

Seems to compile and run ok on Mac OS X 10.5.8 (Xcode 3.1.4) and OS X 10.7 (Xcode 4.3.2) - I can't test on the most recent version OS X 10.8 (with Xcode 4.5.2) though.

On 10.5 and 10.7, the main content of '/usr/include/fcntl.h' is to include <sys/fcntl.h>:

$ tail -2 /usr/include/fcntl.h
 */
#include <sys/fcntl.h>