- 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:
parent
56a7c23d08
commit
2252921311
@ -25,6 +25,11 @@
|
||||
#include "core_module.h"
|
||||
#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)
|
||||
|
||||
/* Private prototypes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user