From 236e0457517d901278cc7938f324298ddc49d24a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 23 Sep 2004 16:39:34 +0000 Subject: nginx-0.0.12-2004-09-23-20:39:34 import --- src/os/unix/ngx_freebsd_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os/unix/ngx_freebsd_init.c') diff --git a/src/os/unix/ngx_freebsd_init.c b/src/os/unix/ngx_freebsd_init.c index 55758311f..3084831cd 100644 --- a/src/os/unix/ngx_freebsd_init.c +++ b/src/os/unix/ngx_freebsd_init.c @@ -66,9 +66,9 @@ void ngx_debug_init() #if (NGX_DEBUG && !NGX_NO_DEBUG_MALLOC) #if __FreeBSD_version >= 500014 - _malloc_options = "JAV"; + _malloc_options = "J"; #else - malloc_options = "JAV"; + malloc_options = "J"; #endif #endif -- cgit v1.2.3