aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a32a74253..d42ce5f39 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -953,6 +953,10 @@ extern const char bb_path_motd_file[];
953extern const char bb_path_wtmp_file[]; 953extern const char bb_path_wtmp_file[];
954extern const char bb_dev_null[]; 954extern const char bb_dev_null[];
955extern const char bb_busybox_exec_path[]; 955extern const char bb_busybox_exec_path[];
956/* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin,
957 * but I want to save a few bytes here */
958extern const char bb_default_root_login_path[]; /* "/sbin:/usr/sbin:/bin:/usr/bin" */
959#define bb_default_login_path (bb_default_root_login_path + sizeof("/sbin:/usr/sbin"))
956 960
957extern const int const_int_0; 961extern const int const_int_0;
958extern const int const_int_1; 962extern const int const_int_1;