From 7b9626a2d2735985ad5319d5c79529fa457454f0 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 23 Mar 2014 14:40:55 +0000 Subject: Remove unnecessary differences from upstream BusyBox --- libbb/Kbuild.src | 2 +- shell/ash.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index adaab92d6..d81ae8468 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -97,9 +97,9 @@ lib-y += wfopen_input.o lib-y += write.o lib-y += xatonum.o lib-y += xconnect.o -lib-y += xfunc_die.o lib-y += xfuncs.o lib-y += xfuncs_printf.o +lib-y += xfunc_die.o lib-y += xgetcwd.o lib-y += xreadlink.o lib-y += xrealloc_vector.o diff --git a/shell/ash.c b/shell/ash.c index 2fc276e78..0b6be4aff 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -51,7 +51,6 @@ #define JOBS ENABLE_ASH_JOB_CONTROL -#include "busybox.h" /* for applet_names */ #include #include #include -- cgit v1.2.3-55-g6feb