Re: [PATCH 13/39] libbb: update messages.c to support Windows

2010-04-16 Thread Dan Fandrich
On Thu, Apr 15, 2010 at 09:58:33PM +0200, Nguy�n Thái Ng�c Duy wrote: +#if ENABLE_TARGET_WIN32 +/* this one is only used in diff and ash at the moment */ +const char bb_dev_null[] ALIGN1 = nul; +#else const char bb_dev_null[] ALIGN1 = /dev/null; const char bb_busybox_exec_path[]

Re: [PATCH 13/39] libbb: update messages.c to support Windows

2010-04-16 Thread Nguyen Thai Ngoc Duy
On Fri, Apr 16, 2010 at 9:50 AM, Dan Fandrich d...@coneharvesters.com wrote: On Thu, Apr 15, 2010 at 09:58:33PM +0200, Nguy�n Thái Ng�c Duy wrote: +#if ENABLE_TARGET_WIN32 +/* this one is only used in diff and ash at the moment */ +const char bb_dev_null[] ALIGN1 = nul; +#else const

[PATCH 13/39] libbb: update messages.c to support Windows

2010-04-15 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- libbb/messages.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/libbb/messages.c b/libbb/messages.c index 1d0e587..c3ddbf3 100644 --- a/libbb/messages.c +++ b/libbb/messages.c @@ -43,8 +43,13 @@ const char