Date: Tue, 04 Feb 2003 12:57:56 -0700 From: Scott Long <scott_long@btc.adaptec.com> To: Hajimu UMEMOTO <ume@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/linux linux.h src/sys/compat/linux linux_socket.c src/sys/i386/linux linux.h src/sys/modules/linux Makefile Message-ID: <3E401B44.3080801@btc.adaptec.com> In-Reply-To: <200302031743.h13HhKSI085787@repoman.freebsd.org> References: <200302031743.h13HhKSI085787@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hajimu UMEMOTO wrote: > ume 2003/02/03 09:43:20 PST > > Modified files: > sys/alpha/linux linux.h > sys/compat/linux linux_socket.c > sys/i386/linux linux.h > sys/modules/linux Makefile > Log: > Add IPv6 support for Linuxlator. > > Reviewed by: dwmalone > MFC after: 10 days > > Revision Changes Path > 1.57 +1 -0 src/sys/alpha/linux/linux.h > 1.35 +372 -88 src/sys/compat/linux/linux_socket.c > 1.61 +1 -0 src/sys/i386/linux/linux.h > 1.61 +5 -2 src/sys/modules/linux/Makefile The change to src/sys/modules/linux/Makefile unfortunately has a side effect of make INET6 mandatory in the kernel in you want to load this as a module. It's a tough problem to solve, I guess, since modules builds are completely decoupled from kernel config files. Any ideas? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E401B44.3080801>