diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-23 16:39:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-23 16:39:34 +0000 |
commit | 236e0457517d901278cc7938f324298ddc49d24a (patch) | |
tree | cfd4023727a3dd832f83dbe9d4cc7eeb4d343fb3 /src/os/unix/ngx_freebsd_init.c | |
parent | f7abd72716bf9499581a010d7c2bf21da7987ba9 (diff) | |
download | nginx-236e0457517d901278cc7938f324298ddc49d24a.tar.gz nginx-236e0457517d901278cc7938f324298ddc49d24a.zip |
nginx-0.0.12-2004-09-23-20:39:34 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_init.c')
-rw-r--r-- | src/os/unix/ngx_freebsd_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |