summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index df71ce23b..d3a4f7958 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