- define EDESTADDRREQ if not done already, fixes compiling this on BONE (and R5).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,6 +25,11 @@
|
|||||||
#include "core_module.h"
|
#include "core_module.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// R5 & BONE do no define this, but we need it, so we copy haiku's own definition:
|
||||||
|
#ifndef EDESTADDRREQ
|
||||||
|
#define EDESTADDRREQ (B_POSIX_ERROR_BASE + 48)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? M_NOWAIT : M_WAITOK)
|
#define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? M_NOWAIT : M_WAITOK)
|
||||||
|
|
||||||
/* Private prototypes */
|
/* Private prototypes */
|
||||||
|
|||||||
Reference in New Issue
Block a user