From owner-svn-src-all@FreeBSD.ORG Thu Nov 29 14:41:45 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26EFABBB for ; Thu, 29 Nov 2012 14:41:45 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) by mx1.freebsd.org (Postfix) with ESMTP id AB1358FC21 for ; Thu, 29 Nov 2012 14:41:44 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/afgnrylsiW6obkY= X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-109-45-0-1.web.vodafone.de [109.45.0.1]) by smtp.strato.de (jored mo27) (RZmta 31.6 DYNA|AUTH) with (AES128-SHA encrypted) ESMTPA id k05fe0oATE0WO6 for ; Thu, 29 Nov 2012 15:41:42 +0100 (CET) Received: by britannica.bec.de (sSMTP sendmail emulation); Thu, 29 Nov 2012 15:41:41 +0100 Date: Thu, 29 Nov 2012 15:41:41 +0100 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r243665 - head/sbin/dump Message-ID: <20121129144141.GA10843@britannica.bec.de> References: <201211290516.qAT5GoT5098709@svn.freebsd.org> <20121129120147.GE3013@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121129120147.GE3013@kib.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 29 Nov 2012 14:41:45 -0000 On Thu, Nov 29, 2012 at 02:01:47PM +0200, Konstantin Belousov wrote: > Also, being quite removed from the function definition, there is a chance > that some future modification would make the attribute a lie. At least clang enforces the correctness of the attribute. Joerg