Date: Tue, 16 Sep 2008 12:41:41 -0400 From: "Josh Carroll" <josh.carroll@gmail.com> To: "FreeBSD Stable" <freebsd-stable@freebsd.org> Subject: recent MFC of soreceive_dgram breaks kernels without INET6 option Message-ID: <8cb6106e0809160941m57b9aa9ehc21b5f92a396082b@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I just csup'd this morning and now I cannot build a kernel that does not include INET6. I can send my KERNCONF, but it is sufficient to create a kernel config with: include GENERIC nooption INET6 Here's the error during kernel compilation of a kernel config without "options INET6" in the kernel config: /usr/src/sys/netinet/udp_usrreq.c: In function 'udp_inpcb_init': /usr/src/sys/netinet/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0809160941m57b9aa9ehc21b5f92a396082b>