atom feed19 messages in ru.sysoev.nginxRe: Compile pronlem with old centosls
FromSent OnAttachments
Alejandro MartínezJun 15, 2009 7:35 am 
Igor SysoevJun 15, 2009 10:46 am 
Alejandro MartínezJun 15, 2009 12:12 pm 
Igor SysoevJun 15, 2009 1:07 pm.redhat
Denis F. LatypoffJun 16, 2009 12:39 am 
Igor SysoevJun 16, 2009 12:51 am 
Alejandro MartínezJun 16, 2009 6:15 am 
Igor SysoevJun 16, 2009 6:21 am 
Alejandro MartínezJun 16, 2009 7:06 am 
Igor SysoevJun 16, 2009 7:16 am 
Alejandro MartínezJun 16, 2009 7:38 am 
Igor SysoevJun 16, 2009 7:43 am 
Alejandro MartínezJun 16, 2009 8:17 am 
Alejandro MartínezJun 16, 2009 10:41 am 
Cliff WellsJun 16, 2009 11:03 am 
Alejandro MartínezJun 16, 2009 11:57 am 
Cliff WellsJun 16, 2009 12:34 pm 
Alejandro MartínezJun 16, 2009 1:21 pm 
Cliff WellsJun 16, 2009 2:56 pm 
Subject:Re: Compile pronlem with old centosls
From:Igor Sysoev (is@rambler-co.ru)
Date:Jun 16, 2009 12:51:28 am
List:ru.sysoev.nginx

On Tue, Jun 16, 2009 at 02:39:24PM +0700, Denis F. Latypoff wrote:

Hello Igor,

Tuesday, June 16, 2009, 3:08:10 AM, you wrote:

Index: src/os/unix/ngx_linux_config.h =================================================================== --- src/os/unix/ngx_linux_config.h (revision 2269) +++ src/os/unix/ngx_linux_config.h (working copy) @@ -17,6 +17,7 @@ #include <sys/types.h> #include <sys/time.h> #include <unistd.h> +#include <inttypes.h> #include <stdarg.h> #include <stddef.h> /* offsetof() */ #include <stdio.h>

IMHO,

#include <stdint.h>

is a little bit proper.

Probably. I did as it is on other platforms. Also, <inttypes.h> includes <stdint.h>:

http://en.wikipedia.org/wiki/Inttypes.h http://en.wikipedia.org/wiki/Stdint.h