helly Thu Dec 12 07:15:10 2002 EDT Modified files: /php4/ext/dio dio.c Log: O_ASYNC is not defined in cygwin Index: php4/ext/dio/dio.c diff -u php4/ext/dio/dio.c:1.21 php4/ext/dio/dio.c:1.22 --- php4/ext/dio/dio.c:1.21 Sun Nov 3 08:22:49 2002 +++ php4/ext/dio/dio.c Thu Dec 12 07:15:10 2002 @@ -94,7 +94,9 @@ #ifdef O_SYNC RDIOC(O_SYNC); #endif +#ifdef O_ASYNC RDIOC(O_ASYNC); +#endif RDIOC(O_NOCTTY); RDIOC(S_IRWXU); RDIOC(S_IRUSR);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php