Fix build under BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
#include "vmdkimage.h"
|
#include "vmdkimage.h"
|
||||||
|
|
||||||
#ifdef __BEOS__
|
#if defined(__BEOS__) && !defined(__HAIKU__)
|
||||||
#define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
|
#define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
|
||||||
|
#define realpath(x, y) NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user