diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-25 21:52:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-25 21:52:09 +0000 |
commit | 123a921fc20c9c6e36f2a8863ad294d38a367e8a (patch) | |
tree | 0411f3b84950f374888b33419fada6fadf33e062 | |
parent | e6503ed629715c968247d8a2c6f1654eb1fc7f6d (diff) | |
download | coreutils-123a921fc20c9c6e36f2a8863ad294d38a367e8a.tar.xz |
s/xmalloc_exit_failure/xalloc_exit_failure
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c index b68b136ce..b2425850e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2514,7 +2514,7 @@ main (int argc, char **argv) temp_file_prefix = DEFAULT_TMPDIR; /* Change the way xmalloc and xrealloc fail. */ - xmalloc_exit_failure = SORT_FAILURE; + xalloc_exit_failure = SORT_FAILURE; xalloc_fail_func = cleanup; #ifdef SA_INTERRUPT |