Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.

Redefinition of typedef is a C11 feature.  On older compilers that
default to C99, such as clang 3.4.1 supplied with FreeBSD 10, this
caused -Wtypedef-redefinition warnings.
This commit is contained in:
Sergey Kandaurov
2017-08-25 17:11:29 +03:00
parent 2caa5cb845
commit 5118a0a89d

View File

@@ -14,7 +14,6 @@
typedef struct nxt_go_process_s nxt_go_process_t; typedef struct nxt_go_process_s nxt_go_process_t;
typedef struct nxt_port_mmap_msg_s nxt_port_mmap_msg_t;
typedef struct nxt_go_msg_s nxt_go_msg_t; typedef struct nxt_go_msg_s nxt_go_msg_t;