From a536298c7bd1f525db97facab814a2906214ee7f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 4 Mar 2004 07:04:55 +0000 Subject: nginx-0.0.2-2004-03-04-10:04:55 import --- src/os/unix/ngx_user.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/os/unix/ngx_user.h (limited to 'src/os/unix/ngx_user.h') diff --git a/src/os/unix/ngx_user.h b/src/os/unix/ngx_user.h new file mode 100644 index 000000000..0aed208cc --- /dev/null +++ b/src/os/unix/ngx_user.h @@ -0,0 +1,13 @@ +#ifndef _NGX_USER_H_INCLUDED_ +#define _NGX_USER_H_INCLUDED_ + + +#include +#include + + +typedef uid_t ngx_uid_t; +typedef gid_t ngx_gid_t; + + +#endif /* _NGX_USER_H_INCLUDED_ */ -- cgit v1.2.3