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:
Robert Watson 2008-10-02 18:12:42 +00:00
parent 8b615593fc
commit 26b746369d

View File

@ -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);