summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index be26510cf..dc22757b0 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -27,7 +27,7 @@
27#include "log.h" 27#include "log.h"
28 28
29#if defined(__OpenBSD__) 29#if defined(__OpenBSD__)
30+char *malloc_options = "S"; 30char *malloc_options = "S";
31#endif /* __OpenBSD__ */ 31#endif /* __OpenBSD__ */
32 32
33void * 33void *