From owner-svn-src-all@FreeBSD.ORG Sun Nov 21 12:42:27 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B148C1065672; Sun, 21 Nov 2010 12:42:27 +0000 (UTC) (envelope-from gavin@ury.york.ac.uk) Received: from ixe-mta-27.emailfiltering.com (ixe-mta-27-tx.emailfiltering.com [194.116.199.158]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3EE8FC08; Sun, 21 Nov 2010 12:42:26 +0000 (UTC) Received: from mail-gw12.york.ac.uk ([144.32.129.162]) by ixe-mta-27.emailfiltering.com with emfmta (version 4.6.0.72) by TLS id 827138406 for jilles@FreeBSD.org; bf85e31b6a4005a4; Sun, 21 Nov 2010 12:42:25 +0000 Received: from ury.york.ac.uk ([144.32.108.81]:50106) by mail-gw12.york.ac.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1PK9FQ-0000wB-LS; Sun, 21 Nov 2010 12:42:24 +0000 Received: from gavin (helo=localhost) by ury.york.ac.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1PK9FQ-0002ml-FO; Sun, 21 Nov 2010 12:42:24 +0000 Date: Sun, 21 Nov 2010 12:42:24 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Jilles Tjoelker In-Reply-To: <201011201646.oAKGkGW7019085@svn.freebsd.org> Message-ID: References: <201011201646.oAKGkGW7019085@svn.freebsd.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r215572 - stable/8/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 12:42:27 -0000 On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > Author: jilles > Date: Sat Nov 20 16:46:16 2010 > New Revision: 215572 > URL: http://svn.freebsd.org/changeset/base/215572 > > Log: > MFC r215183: Make POLL_ERR and POLL_HUP different. > > The kernel currently does not generate any of the POLL_* constants, but > some applications use them and break if they are not all distinct. Is this a good idea to merge to a stable branch? Presumably some of those same applications will now break due to the constants changing? Gavin