| From | Sent On | Attachments |
|---|---|---|
| Alejandro Martínez | Jun 15, 2009 7:35 am | |
| Igor Sysoev | Jun 15, 2009 10:46 am | |
| Alejandro Martínez | Jun 15, 2009 12:12 pm | |
| Igor Sysoev | Jun 15, 2009 1:07 pm | .redhat |
| Denis F. Latypoff | Jun 16, 2009 12:39 am | |
| Igor Sysoev | Jun 16, 2009 12:51 am | |
| Alejandro Martínez | Jun 16, 2009 6:15 am | |
| Igor Sysoev | Jun 16, 2009 6:21 am | |
| Alejandro Martínez | Jun 16, 2009 7:06 am | |
| Igor Sysoev | Jun 16, 2009 7:16 am | |
| Alejandro Martínez | Jun 16, 2009 7:38 am | |
| Igor Sysoev | Jun 16, 2009 7:43 am | |
| Alejandro Martínez | Jun 16, 2009 8:17 am | |
| Alejandro Martínez | Jun 16, 2009 10:41 am | |
| Cliff Wells | Jun 16, 2009 11:03 am | |
| Alejandro Martínez | Jun 16, 2009 11:57 am | |
| Cliff Wells | Jun 16, 2009 12:34 pm | |
| Alejandro Martínez | Jun 16, 2009 1:21 pm | |
| Cliff Wells | Jun 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
-- Igor Sysoev http://sysoev.ru/en/






.redhat