Subject: Re: postfix broken by AF_LOCAL semantics change
To: Herb Peyerl <hpeyerl@beer.org>
From: Perry E.Metzger <perry@piermont.com>
List: tech-kern
Date: 11/29/2003 09:16:21
Herb Peyerl <hpeyerl@beer.org> writes:
> Looks like one can build postfix with this:
>
> 	#ifdef UNIX_DOMAIN_CONNECT_BLOCKS_FOR_ACCEPT

Yes, but that only happens in Solaris 2.5.1, several old versions of
Linux, and Dynix. We knew about it while we were doing the debugging
run that revealed what had happened. ("We" was myself, Roland and
Viktor Dukhovni.) It is better not to randomly change our API,
though. Postfix may not be the only thing impacted.

Perry