From 6d48d3ee2a5a6b5bded1591952d8105fafdf783a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 30 Jul 2009 12:57:19 +0200 Subject: rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. Signed-off-by: Denys Vlasenko --- include/busybox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index 54c278f87..48ce856ea 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -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; -- cgit v1.2.3