aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-15 10:25:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-09-15 10:25:32 +0000
commita7dd8d86cf084db7bccf89974e8a55470934b2ea (patch)
tree69892bc1b8289131ff19b8564eaa9b1fe805476d /src
parentf1761144b840c5f2b49fecfa35b6b5470556c6d4 (diff)
downloadnginx-a7dd8d86cf084db7bccf89974e8a55470934b2ea.tar.gz
nginx-a7dd8d86cf084db7bccf89974e8a55470934b2ea.zip
fix header name change
Diffstat (limited to 'src')
-rw-r--r--src/os/unix/ngx_shmem.h6
-rw-r--r--src/os/win32/ngx_shmem.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/os/unix/ngx_shmem.h b/src/os/unix/ngx_shmem.h
index 72c54f166..85ef019b7 100644
--- a/src/os/unix/ngx_shmem.h
+++ b/src/os/unix/ngx_shmem.h
@@ -4,8 +4,8 @@
*/
-#ifndef _NGX_SHARED_H_INCLUDED_
-#define _NGX_SHARED_H_INCLUDED_
+#ifndef _NGX_SHMEM_H_INCLUDED_
+#define _NGX_SHMEM_H_INCLUDED_
#include <ngx_config.h>
@@ -23,4 +23,4 @@ ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
void ngx_shm_free(ngx_shm_t *shm);
-#endif /* _NGX_SHARED_H_INCLUDED_ */
+#endif /* _NGX_SHMEM_H_INCLUDED_ */
diff --git a/src/os/win32/ngx_shmem.h b/src/os/win32/ngx_shmem.h
index fe3e71df6..d1fe8f83f 100644
--- a/src/os/win32/ngx_shmem.h
+++ b/src/os/win32/ngx_shmem.h
@@ -4,8 +4,8 @@
*/
-#ifndef _NGX_SHARED_H_INCLUDED_
-#define _NGX_SHARED_H_INCLUDED_
+#ifndef _NGX_SHMEM_H_INCLUDED_
+#define _NGX_SHMEM_H_INCLUDED_
#include <ngx_config.h>
@@ -24,4 +24,4 @@ ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
void ngx_shm_free(ngx_shm_t *shm);
-#endif /* _NGX_SHARED_H_INCLUDED_ */
+#endif /* _NGX_SHMEM_H_INCLUDED_ */