diff options
Diffstat (limited to 'xmalloc.c')
-rw-r--r-- | xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #include "log.h" #if defined(__OpenBSD__) -+char *malloc_options = "S"; +char *malloc_options = "S"; #endif /* __OpenBSD__ */ void * |