Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Sun, Oct 12, 2008 at 10:48:51AM +0000, Martin Husemann wrote:
> On Sat, Oct 11, 2008 at 04:39:07PM +0000, Thor Lancelot Simon wrote:
> > 
> > Module Name:        src
> > Committed By:       tls
> > Date:               Sat Oct 11 16:39:07 UTC 2008
> > 
> > Modified Files:
> >     src/sys/conf: files
> >     src/sys/kern: uipc_accf.c uipc_socket.c
> > 
> > Log Message:
> > Address problems with accept filters noted by ad in his source-changes
> > mail: http://mail-index.netbsd.org/source-changes/2008/10/10/msg211109.html
> 
> This change breaks all kernels that do not have pseudo-device accf-data
> or pseudo-device accf-http. In this case uipc_accf.c is not compiled
> into the kernel, but the call to do_getopt_accept_filter unconditionally
> happens - so linking fails.

*Sigh* okay, I'll patch around it the way that bloats all kernels, then.
It's unfortunate that there is no config option for the local network
protocol, so you can't make things depend on "has networking".

Thor


Home | Main Index | Thread Index | Old Index