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:
Ingo Weinhold 2002-07-15 17:13:15 +00:00
parent 0505163bc5
commit 4b8c4e675c

View File

@ -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