address compiler warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ed41ab87f4
commit
41e0a8a89a
@ -172,7 +172,7 @@ extern int errno;
|
||||
#include <unixlib.h>
|
||||
#endif /* atarist || VMS */
|
||||
|
||||
#if ! defined(MSDOS) && ! defined(OS2) && ! defined(WIN32) && ! defined(__EMX__) && ! defined(__CYGWIN__) && ! defined(O_BINARY) /*duh*/
|
||||
#if ! defined(MSDOS) && ! defined(OS2) && ! defined(WIN32) && ! defined(__EMX__) && ! defined(__CYGWIN__) && ! defined(__BEOS__) && ! defined(O_BINARY) /*duh*/
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user