Added the B_BAD_DATA error.
Removed all the whitespaces at the end of every line. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@393 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,6 +54,7 @@ enum {
|
||||
B_NO_INIT,
|
||||
B_BUSY,
|
||||
B_NOT_ALLOWED,
|
||||
B_BAD_DATA,
|
||||
|
||||
B_ERROR = -1,
|
||||
B_OK = 0,
|
||||
@@ -111,7 +112,7 @@ enum
|
||||
/*-------------------------------------------------------------*/
|
||||
/*----- Storage Kit/File System Errors ------------------------*/
|
||||
enum {
|
||||
B_FILE_ERROR =B_STORAGE_ERROR_BASE,
|
||||
B_FILE_ERROR = B_STORAGE_ERROR_BASE,
|
||||
B_FILE_NOT_FOUND, /* discouraged; use B_ENTRY_NOT_FOUND in new code*/
|
||||
B_FILE_EXISTS,
|
||||
B_ENTRY_NOT_FOUND,
|
||||
|
||||
Reference in New Issue
Block a user