aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-05 10:17:08 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-05 10:17:08 +0000
commitc2a198d4d1552b349750a13d2c22486e99ef6270 (patch)
tree20db60b3a787cd3152160fb60206922fd5eb18ed /shell/ash.c
parentd8cf793135eac928e653eb5178894a611aa27837 (diff)
downloadbusybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.tar.gz
busybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.tar.bz2
busybox-w32-c2a198d4d1552b349750a13d2c22486e99ef6270.zip
build system overhaul
git-svn-id: svn://busybox.net/trunk/busybox@16307 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 0d9fa7fe2..3564044b2 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -81,8 +81,6 @@
81#include <time.h> 81#include <time.h>
82#include <fnmatch.h> 82#include <fnmatch.h>
83 83
84#include "pwd_.h"
85
86#ifdef CONFIG_ASH_JOB_CONTROL 84#ifdef CONFIG_ASH_JOB_CONTROL
87#define JOBS 1 85#define JOBS 1
88#else 86#else