Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
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.
Martin
Home |
Main Index |
Thread Index |
Old Index