aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 01:03:12 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:54 +0200
commit4ea9923a39760413954625dc461031262bd7e1a4 (patch)
tree9ff65cb13294ca4ba5bf66f7ab25f03533638e95
parent2ffa12ffaf494f84c46521acb24b53f89dff0287 (diff)
downloadbusybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.tar.gz
busybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.tar.bz2
busybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.zip
win32: XXX
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 76a6a217b..d8a1493e7 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -94,6 +94,7 @@
94#endif 94#endif
95 95
96#if ENABLE_PLATFORM_MINGW32 96#if ENABLE_PLATFORM_MINGW32
97#define XXX //fprintf(stderr,"%08x:%s:%s:%d\n", (int)getpid(), __PRETTY_FUNCTION__, __FILE__, __LINE__);
97struct forkshell; 98struct forkshell;
98union node; 99union node;
99struct strlist; 100struct strlist;