From: Eric Andersen Date: Thu, 6 Sep 2001 18:00:41 +0000 (-0000) Subject: define IFS_BROKEN X-Git-Tag: 0_60_2~169 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5bb1677f1d59c29c8ed3888100f5f85681e3ea92;p=oweals%2Fbusybox.git define IFS_BROKEN --- diff --git a/ash.c b/ash.c index bd34c0efb..9b3f83ef6 100644 --- a/ash.c +++ b/ash.c @@ -79,6 +79,7 @@ /* These are here to work with glibc -- Don't change these... */ #undef FNMATCH_BROKEN #undef GLOB_BROKEN +#define IFS_BROKEN #include #include @@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name) /* * Copyright (c) 1999 Herbert Xu * This file contains code for the times builtin. - * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $ + * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $ */ static int timescmd (int argc, char **argv) { diff --git a/shell/ash.c b/shell/ash.c index bd34c0efb..9b3f83ef6 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -79,6 +79,7 @@ /* These are here to work with glibc -- Don't change these... */ #undef FNMATCH_BROKEN #undef GLOB_BROKEN +#define IFS_BROKEN #include #include @@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name) /* * Copyright (c) 1999 Herbert Xu * This file contains code for the times builtin. - * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $ + * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $ */ static int timescmd (int argc, char **argv) {