aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-24 15:38:03 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-24 15:38:03 +0000
commit98090c7c5f5040053f413ea7d0f4ea178144423d (patch)
tree222947a9a358931ea4f4f33679fd336cb5f36a8f /shell
parent7510997bf959600c12eb939cb9b2ea92dcc5d62b (diff)
downloadbusybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.tar.gz
busybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.tar.bz2
busybox-w32-98090c7c5f5040053f413ea7d0f4ea178144423d.zip
hunt down improper include <>, make mkswap output 4Gb+ friendly
git-svn-id: svn://busybox.net/trunk/busybox@16658 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/bbsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bbsh.c b/shell/bbsh.c
index 791983a3a..99e4f61fb 100644
--- a/shell/bbsh.c
+++ b/shell/bbsh.c
@@ -36,7 +36,7 @@
36 echo `echo hello#comment " woot` and more 36 echo `echo hello#comment " woot` and more
37*/ 37*/
38 38
39#include <busybox.h> 39#include "busybox.h"
40 40
41// A single executable, its arguments, and other information we know about it. 41// A single executable, its arguments, and other information we know about it.
42#define BBSH_FLAG_EXIT 1 42#define BBSH_FLAG_EXIT 1