]> git.kaiwu.me - nginx.git/commitdiff
fix header name change
authorIgor Sysoev <igor@sysoev.ru>
Fri, 15 Sep 2006 10:25:32 +0000 (10:25 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 15 Sep 2006 10:25:32 +0000 (10:25 +0000)
src/os/unix/ngx_shmem.h
src/os/win32/ngx_shmem.h

index 72c54f166199c56023356a48167f5c930ae9cfee..85ef019b72217fb42f6f184a5f8d330d26f50b6e 100644 (file)
@@ -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_ */
index fe3e71df6ea334e3416db011f50c221773cef9e5..d1fe8f83f8b71a016e9467ffc080bc3f42a730c7 100644 (file)
@@ -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_ */