Don't use the negatively-opaque type uma_zone_t or be chummy with
<vm/uma.h>'s idempotency indentifier or its misspelling.
This commit is contained in:
parent
609991e87e
commit
a545b1dc4d
@ -55,9 +55,7 @@ struct tseg_qent {
|
||||
};
|
||||
LIST_HEAD(tsegqe_head, tseg_qent);
|
||||
extern int tcp_reass_qsize;
|
||||
#ifdef VM_UMA_H
|
||||
extern uma_zone_t tcp_reass_zone;
|
||||
#endif
|
||||
extern struct uma_zone *tcp_reass_zone;
|
||||
|
||||
struct tcptemp {
|
||||
u_char tt_ipgen[40]; /* the size must be of max ip header, now IPv6 */
|
||||
|
Loading…
Reference in New Issue
Block a user