rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-30 12:57:19 +02:00
parent be116490d6
commit 6d48d3ee2a
4 changed files with 355 additions and 355 deletions

View File

@@ -21,9 +21,9 @@ typedef enum bb_install_loc_t {
} bb_install_loc_t;
typedef enum bb_suid_t {
_BB_SUID_NEVER = 0,
_BB_SUID_DROP = 0,
_BB_SUID_MAYBE,
_BB_SUID_ALWAYS
_BB_SUID_REQUIRE
} bb_suid_t;