This should fix the BeOS build. Note BeOS had read_pos() way before POSIX had any pread()...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28103 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
#include "vmdkimage.h"
|
#include "vmdkimage.h"
|
||||||
|
|
||||||
|
#ifdef __BEOS__
|
||||||
|
#define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_usage()
|
print_usage()
|
||||||
|
|||||||
Reference in New Issue
Block a user