diff options
Diffstat (limited to 'usr/src/lib/libbe/common/libbe.h')
-rw-r--r-- | usr/src/lib/libbe/common/libbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libbe/common/libbe.h b/usr/src/lib/libbe/common/libbe.h index 83dffd2dcd..b670d86ce5 100644 --- a/usr/src/lib/libbe/common/libbe.h +++ b/usr/src/lib/libbe/common/libbe.h @@ -81,7 +81,7 @@ extern "C" { * in sync please make sure to add any new error messages at the end * of this enumeration. */ -enum { +typedef enum { BE_SUCCESS = 0, BE_ERR_ACCESS = 4000, /* permission denied */ BE_ERR_ACTIVATE_CURR, /* Activation of current BE failed */ |