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:
François Revol
2008-10-14 19:51:52 +00:00
parent 73be167630
commit b20c4dc559
+3
View File
@@ -17,6 +17,9 @@
#include "vmdkimage.h"
#ifdef __BEOS__
#define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
#endif
static void
print_usage()