Date: Thu, 11 Jun 2009 12:21:41 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193994 - head/sys/conf Message-ID: <200906111221.n5BCLfSW047065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Thu Jun 11 12:21:41 2009 New Revision: 193994 URL: http://svn.freebsd.org/changeset/base/193994 Log: As sys/kern/uipc_accf.c depends on inet, all three accf_* implementations do as well for accept_filt_generic_mod_event(). In addition accf_http also needs inet for the sysctl mib path. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Jun 11 12:17:57 2009 (r193993) +++ head/sys/conf/files Thu Jun 11 12:21:41 2009 (r193994) @@ -2345,9 +2345,9 @@ netgraph/ng_tcpmss.c optional netgraph_ netgraph/ng_tee.c optional netgraph_tee netgraph/ng_tty.c optional netgraph_tty netgraph/ng_vjc.c optional netgraph_vjc -netinet/accf_data.c optional accept_filter_data -netinet/accf_dns.c optional accept_filter_dns -netinet/accf_http.c optional accept_filter_http +netinet/accf_data.c optional accept_filter_data inet +netinet/accf_dns.c optional accept_filter_dns inet +netinet/accf_http.c optional accept_filter_http inet netinet/if_atm.c optional atm netinet/if_ether.c optional inet ether netinet/igmp.c optional inet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111221.n5BCLfSW047065>