[err] change ERROR to ERR_GENERIC to avoid a collision with 3rd party code

This commit is contained in:
Travis Geiselbrecht
2012-03-21 00:15:06 -07:00
parent 6947f41ff6
commit 4d9d8b691f

View File

@@ -26,7 +26,7 @@
#include <sys/types.h> // for status_t
#define NO_ERROR 0
#define ERROR -1
#define ERR_GENERIC -1
#define ERR_NOT_FOUND -2
#define ERR_NOT_READY -3
#define ERR_NO_MSG -4