diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 03389f541..841b3b873 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -651,7 +651,7 @@ static void check_suid(int applet_no) | |||
651 | # if ENABLE_FEATURE_INSTALLER | 651 | # if ENABLE_FEATURE_INSTALLER |
652 | static const char usr_bin [] ALIGN1 = "/usr/bin/"; | 652 | static const char usr_bin [] ALIGN1 = "/usr/bin/"; |
653 | static const char usr_sbin[] ALIGN1 = "/usr/sbin/"; | 653 | static const char usr_sbin[] ALIGN1 = "/usr/sbin/"; |
654 | static const char *const install_dir[] = { | 654 | static const char *const install_dir[] ALIGN_PTR = { |
655 | &usr_bin [8], /* "/" */ | 655 | &usr_bin [8], /* "/" */ |
656 | &usr_bin [4], /* "/bin/" */ | 656 | &usr_bin [4], /* "/bin/" */ |
657 | &usr_sbin[4] /* "/sbin/" */ | 657 | &usr_sbin[4] /* "/sbin/" */ |