]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[obstack_chunk_alloc]: Define to malloc, not xmalloc
authorJim Meyering <jim@meyering.net>
Sun, 2 Feb 1997 20:10:11 +0000 (20:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Feb 1997 20:10:11 +0000 (20:10 +0000)
to work better with new obstack functions.

src/dircolors.c

index 405406fc9ccaa3f48cc5d8fe7c49efb6c527294b..c47165012c52cd3a969b30fa99d6823c6ea475a0 100644 (file)
@@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "obstack.h"
 #include "dircolors.h"
 
-#define obstack_chunk_alloc xmalloc
+#define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
 
 #ifndef STDC_HEADERS