Added definition of B_BAD_DATA.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0505163bc5
commit
4b8c4e675c
@ -8,6 +8,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef B_BAD_DATA
|
||||
# define B_BAD_DATA B_ERROR
|
||||
#endif
|
||||
|
||||
#define DUMPED_BLOCK_SIZE 16
|
||||
#define Print printf
|
||||
|
Loading…
Reference in New Issue
Block a user