提交 4a2b39d3 编写于 作者: A Andreas Färber 提交者: Blue Swirl

slirp: Silence warning on Haiku

Haiku has O_BINARY in fcntl.h.
Signed-off-by: NAndreas Färber <andreas.faerber@web.de>
Cc: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 3ee66dfa
......@@ -24,7 +24,9 @@ typedef char *caddr_t;
#else
# define ioctlsocket ioctl
# define closesocket(s) close(s)
# define O_BINARY 0
# if !defined(__HAIKU__)
# define O_BINARY 0
# endif
#endif
#include <sys/types.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册