- 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:
Oliver Tappe 2006-06-02 16:58:01 +00:00
parent 56a7c23d08
commit 2252921311
1 changed files with 5 additions and 0 deletions

View File

@ -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 */