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:
Michael Lotz
2008-10-14 21:47:05 +00:00
parent 991547ef6c
commit 4977d0be6c
+2 -1
View File
@@ -17,8 +17,9 @@
#include "vmdkimage.h"
#ifdef __BEOS__
#if defined(__BEOS__) && !defined(__HAIKU__)
#define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
#define realpath(x, y) NULL
#endif
static void