Force same alignment on struct xinpgen as we have on struct xinpcb. This
fixes 32-bit builds.
This commit is contained in:
parent
cf8242898d
commit
3ae4b0e7e8
@ -314,7 +314,7 @@ struct xinpgen {
|
||||
u_int xig_count; /* number of PCBs at this time */
|
||||
inp_gen_t xig_gen; /* generation count at this time */
|
||||
so_gen_t xig_sogen; /* socket generation count this time */
|
||||
};
|
||||
} __aligned(8);
|
||||
#ifdef _KERNEL
|
||||
void in_pcbtoxinpcb(const struct inpcb *, struct xinpcb *);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user