mirror of
https://github.com/nginx/nginx.git
synced 2026-06-20 15:46:44 +00:00
fix header name change
This commit is contained in:
parent
f1761144b8
commit
a7dd8d86cf
2 changed files with 6 additions and 6 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue