From owner-svn-src-head@FreeBSD.ORG Sun Feb 26 21:02:32 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EB8D1065670; Sun, 26 Feb 2012 21:02:32 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 080F88FC0A; Sun, 26 Feb 2012 21:02:31 +0000 (UTC) Received: by qao25 with SMTP id 25so1146208qao.13 for ; Sun, 26 Feb 2012 13:02:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7kg67PPUZ1D0T2GkCJKRMqBsHeIByyjCoQpjKuuBX1g=; b=OwcGCpTvewKyUDAnwUzIl1vWaJl+1GF36/u+NvCjieSn10Sb161GeQv3bqJsHMui9X o/GYAzSQg8fmWBP6QanSDWpx+1IC2R7c4EOIacEfM2Yprsu4ysMbmAcyQ96lkQARimKE /M4EoQa9j3VZ0Zkk7p7nPU7tdpAhdcsU/pGE0= MIME-Version: 1.0 Received: by 10.224.174.72 with SMTP id s8mr7031919qaz.67.1330288684611; Sun, 26 Feb 2012 12:38:04 -0800 (PST) Received: by 10.229.82.7 with HTTP; Sun, 26 Feb 2012 12:38:04 -0800 (PST) In-Reply-To: <201202261514.q1QFET0v070810@svn.freebsd.org> References: <201202261514.q1QFET0v070810@svn.freebsd.org> Date: Sun, 26 Feb 2012 21:38:04 +0100 Message-ID: From: Giovanni Trematerra To: Jilles Tjoelker Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232183 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2012 21:02:32 -0000 On Sun, Feb 26, 2012 at 4:14 PM, Jilles Tjoelker wrote= : > Author: jilles > Date: Sun Feb 26 15:14:29 2012 > New Revision: 232183 > URL: http://svn.freebsd.org/changeset/base/232183 > > Log: > =A0Fix fchmod() and fchown() on fifos. > > =A0The new fifo implementation in r232055 broke fchmod() and fchown() on = fifos. > =A0Postfix needs this. > > =A0Submitted by: gianni > =A0Reported by: =A0dougb > > Modified: > =A0head/sys/kern/sys_pipe.c > Thank you. And just for the record: Pointy hat to: gianni