diff options
Diffstat (limited to 'ash.c')
-rw-r--r-- | ash.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | */ |
12685 | static int timescmd (int argc, char **argv) | 12686 | static int timescmd (int argc, char **argv) |
12686 | { | 12687 | { |