search for: soreceive_dgram

Displaying 1 result from an estimated 1 matches for "soreceive_dgram".

2008 Sep 16
1
recent MFC of soreceive_dgram breaks kernels without INET6 option
.../udp_usrreq.c:170: error: 'udp6_usrreqs' undeclared (first use in this function) /usr/src/sys/netinet/udp_usrreq.c:170: error: (Each undeclared identifier is reported only once /usr/src/sys/netinet/udp_usrreq.c:170: error: for each function it appears in.) It looks like the MFC for the new soreceive_dgram stuff is the culprit. Can this can be fixed to not require IPv6? I have no desire to include it in my kernel, but if that will be the requirement going forward, perhaps a note in UPDATING is in order? Thanks, Josh