aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-06 18:00:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-06 18:00:41 +0000
commit5bb1677f1d59c29c8ed3888100f5f85681e3ea92 (patch)
tree25c6ecc36b9ab20a74f3381fb942ddd9bdd6e470
parent88cec25e99370ccef499e0b65480aa8458e66b7a (diff)
downloadbusybox-w32-5bb1677f1d59c29c8ed3888100f5f85681e3ea92.tar.gz
busybox-w32-5bb1677f1d59c29c8ed3888100f5f85681e3ea92.tar.bz2
busybox-w32-5bb1677f1d59c29c8ed3888100f5f85681e3ea92.zip
define IFS_BROKEN
-rw-r--r--ash.c3
-rw-r--r--shell/ash.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/ash.c b/ash.c
index bd34c0efb..9b3f83ef6 100644
--- a/ash.c
+++ b/ash.c
@@ -79,6 +79,7 @@
79/* These are here to work with glibc -- Don't change these... */ 79/* These are here to work with glibc -- Don't change these... */
80#undef FNMATCH_BROKEN 80#undef FNMATCH_BROKEN
81#undef GLOB_BROKEN 81#undef GLOB_BROKEN
82#define IFS_BROKEN
82 83
83#include <assert.h> 84#include <assert.h>
84#include <stddef.h> 85#include <stddef.h>
@@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name)
12680/* 12681/*
12681 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12682 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12682 * This file contains code for the times builtin. 12683 * This file contains code for the times builtin.
12683 * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $ 12684 * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $
12684 */ 12685 */
12685static int timescmd (int argc, char **argv) 12686static int timescmd (int argc, char **argv)
12686{ 12687{
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 @@
79/* These are here to work with glibc -- Don't change these... */ 79/* These are here to work with glibc -- Don't change these... */
80#undef FNMATCH_BROKEN 80#undef FNMATCH_BROKEN
81#undef GLOB_BROKEN 81#undef GLOB_BROKEN
82#define IFS_BROKEN
82 83
83#include <assert.h> 84#include <assert.h>
84#include <stddef.h> 85#include <stddef.h>
@@ -12680,7 +12681,7 @@ findvar(struct var **vpp, const char *name)
12680/* 12681/*
12681 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12682 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12682 * This file contains code for the times builtin. 12683 * This file contains code for the times builtin.
12683 * $Id: ash.c,v 1.23 2001/09/06 17:35:20 andersen Exp $ 12684 * $Id: ash.c,v 1.24 2001/09/06 18:00:41 andersen Exp $
12684 */ 12685 */
12685static int timescmd (int argc, char **argv) 12686static int timescmd (int argc, char **argv)
12686{ 12687{