From: Jim Meyering Date: Sun, 2 Feb 1997 20:11:54 +0000 (+0000) Subject: [obstack_chunk_alloc]: Define to malloc, not xmalloc X-Git-Tag: SH-UTILS-1_16a~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b63df62ce195d7ec333f21ac18379dc30e5e5297;p=thirdparty%2Fcoreutils.git [obstack_chunk_alloc]: Define to malloc, not xmalloc to work better with new obstack functions. --- diff --git a/src/ls.c b/src/ls.c index df71ce23bf..d3a4f79586 100644 --- a/src/ls.c +++ b/src/ls.c @@ -69,7 +69,7 @@ #include "argmatch.h" #include "xstrtol.h" -#define obstack_chunk_alloc xmalloc +#define obstack_chunk_alloc malloc #define obstack_chunk_free free #ifndef INT_MAX