]> 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:11:54 +0000 (20:11 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Feb 1997 20:11:54 +0000 (20:11 +0000)
to work better with new obstack functions.

src/ls.c

index df71ce23bfb98f9d585a4fa864d93dde1c9e0583..d3a4f79586e4bb846737fdd8b943c5feb0e24eb5 100644 (file)
--- 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