From owner-svn-src-stable@FreeBSD.ORG Sat Sep 8 19:40:04 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF951065674 for ; Sat, 8 Sep 2012 19:40:04 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9363B8FC15 for ; Sat, 8 Sep 2012 19:40:03 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1175080pbb.13 for ; Sat, 08 Sep 2012 12:40:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=uUUAjS4WMq++oUYQ+j0R7ee5GQ+Z4iB78Yny+plv4Zg=; b=JHXjvLLLyIoth4juhAoEb/X2gA/NNhBiz0/m870IfJYY5epU1pS+qdfRUb6ubSE7hj mT/enRK3pULMyhfhzvHYVTefbb2EI10uNEhljp/Il3pnEcLq0oUM2f4VoZv/UMFCqy2M nusY9GU3K3TsLKQpw5aSXXaNQrxqMCqTxHzxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=uUUAjS4WMq++oUYQ+j0R7ee5GQ+Z4iB78Yny+plv4Zg=; b=dsBfz5Jz/hoJo2pDxUtlgWnd28G3hetO1MjX3mkm4lEGo/yKakC2Zg/jxb3cdxdhBG soZs537S5wdeQ/X0eChOqVM3Z523Md7EEsOvT8TdAPlbdcJhnwqSqO2Y0XmR+3NnxQgI 7gKoz/E6YvA3mYApd4W3KPNlM289qul+FamkSLDpsmUE0VUAle4Mu6qYLFLlkrT2CP5p CFMDLfIYn9Cp81rijBnlR5JM5RpUnTfJNJ10o4Cc7V0PgPsvxEsYKirqqEoBl+H5TEhA FQVXphQSLqT81muVlgC19kFKkMe0vsVi5yI8iCQyX3aWX1siIk8bSVI/KaGvPIZJrGaW MzTA== Received: by 10.68.242.231 with SMTP id wt7mr16930688pbc.99.1347133203327; Sat, 08 Sep 2012 12:40:03 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.193.101 with HTTP; Sat, 8 Sep 2012 12:39:32 -0700 (PDT) In-Reply-To: <504B9E4C.6030301@FreeBSD.org> References: <201209080241.q882foC1005948@svn.freebsd.org> <504B9AC3.2070705@FreeBSD.org> <504B9E4C.6030301@FreeBSD.org> From: Eitan Adler Date: Sat, 8 Sep 2012 15:39:32 -0400 X-Google-Sender-Auth: JrfVb4_jHUv9fjCOm2l4TuP-lFM Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlyAvTqumE3rnt34dFrFvzDTSH/iIYI7ABoooM22YyX6Oe1zNcKszhHLBeEmigRqoZWrS0J Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Martin Matuska , svn-src-stable-9@freebsd.org Subject: Re: svn commit: r240225 - stable/9/sys/cddl/compat/opensolaris/sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 19:40:04 -0000 On 8 September 2012 15:36, Doug Barton wrote: > On 09/08/2012 12:21, Martin Matuska wrote: >> This commit is missing the PR number > > It's actually pretty common to summarize the commit message in an MFC, > rather than reproducing it verbatim. The PR number is still important in order for dfilter to act correctly. I forgot to include it -- Eitan Adler Source & Ports committer X11, Bugbusting teams