Remove __Break_the_struct_layout_for_now field from struct pr_usrreqs,
added in FreeBSD 6.x to break the binary layout of the data structure during a conversion to C99 sparse structure initialization. Probably should have been removed before 7.0, but 8.0 will do.
This commit is contained in:
parent
8b615593fc
commit
26b746369d
@ -201,7 +201,6 @@ struct uio;
|
||||
* See uipc_domain.c:net_init_domain()
|
||||
*/
|
||||
struct pr_usrreqs {
|
||||
double __Break_the_struct_layout_for_now;
|
||||
void (*pru_abort)(struct socket *so);
|
||||
int (*pru_accept)(struct socket *so, struct sockaddr **nam);
|
||||
int (*pru_attach)(struct socket *so, int proto, struct thread *td);
|
||||
|
Loading…
Reference in New Issue
Block a user