Date: Sat, 9 Apr 2011 10:44:01 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r220480 - stable/8/sys/conf Message-ID: <201104091044.p39Ai1g0011078@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Sat Apr 9 10:44:01 2011 New Revision: 220480 URL: http://svn.freebsd.org/changeset/base/220480 Log: MFC r219580: INET6 for some time needed in_pcb.c so make sure we compile it in case of no inet. Modified: stable/8/sys/conf/files Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/conf/files ============================================================================== --- stable/8/sys/conf/files Sat Apr 9 10:40:17 2011 (r220479) +++ stable/8/sys/conf/files Sat Apr 9 10:44:01 2011 (r220480) @@ -2535,7 +2535,7 @@ netinet/in_gif.c optional gif inet | ne netinet/ip_gre.c optional gre inet netinet/ip_id.c optional inet netinet/in_mcast.c optional inet -netinet/in_pcb.c optional inet +netinet/in_pcb.c optional inet | inet6 netinet/in_proto.c optional inet \ compile-with "${NORMAL_C} -I$S/contrib/pf" netinet/in_rmx.c optional inet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104091044.p39Ai1g0011078>