shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-05-23 17:49:50 +02:00
parent 4f63c7931c
commit 599ae1eb9f
11 changed files with 442 additions and 7436 deletions

View File

@ -48,8 +48,6 @@
#include <fnmatch.h>
#include "shell_common.h"
#include "builtin_read.h"
#include "builtin_ulimit.h"
#include "math.h"
#if ENABLE_ASH_RANDOM_SUPPORT
# include "random.h"