commit | 335b63d8d1876ce4e172ebcc9d64544785682244 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 21:38:30 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 10 21:38:30 2007 +0000 |
tree | 14183fd728ce51ae10baee70f7d8f72c39d30649 | |
parent | 07c394e69b0cfa7cd30e97ffc6edb0d857905f45 [diff] [blame] |
make a few struct bb_applet members conditional rename sllep_and_die -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found by randomconfig
diff --git a/shell/ash.c b/shell/ash.c index f98fc41..b427842 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -6533,7 +6533,7 @@ #if ENABLE_FEATURE_SH_STANDALONE_SHELL if (strchr(cmd, '/') == NULL) { - const struct BB_applet *a; + const struct bb_applet *a; a = find_applet_by_name(cmd); if (a) {