comparison src/os/unix/ngx_freebsd_init.c @ 5225:15a7deeaa19a

Use "void" for functions with empty parameter list.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 May 2013 15:47:58 +0400
parents f329a1d2127b
children 8f038068f4bc
comparison
equal deleted inserted replaced
5224:09d7faaef16f 5225:15a7deeaa19a
70 { NULL, NULL, 0, 0 } 70 { NULL, NULL, 0, 0 }
71 }; 71 };
72 72
73 73
74 void 74 void
75 ngx_debug_init() 75 ngx_debug_init(void)
76 { 76 {
77 #if (NGX_DEBUG_MALLOC) 77 #if (NGX_DEBUG_MALLOC)
78 78
79 #if __FreeBSD_version >= 500014 && __FreeBSD_version < 1000011 79 #if __FreeBSD_version >= 500014 && __FreeBSD_version < 1000011
80 _malloc_options = "J"; 80 _malloc_options = "J";