From 0915977df53c486abbc6081e1c83f9f8e7a8f111 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 12 Jun 2003 05:54:39 +0000 Subject: nginx-0.0.1-2003-06-12-09:54:39 import --- src/os/unix/ngx_linux_config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/os/unix/ngx_linux_config.h') diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 27fa317bc..9056657f4 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -30,10 +30,11 @@ -#define QD_FMT "%qd" -#define QX_FMT "%qx" -#define OFF_FMT "%qd" -#define PID_FMT "%d" +#define OFF_FMT "%lld" +#define SIZE_FMT "%d" +#define SIZEX_FMT "%x" +#define PID_FMT "%d" + #ifndef HAVE_SELECT -- cgit v1.2.3