From owner-svn-src-all@FreeBSD.ORG Tue Dec 9 03:43:12 2008 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 B5FE2106564A for ; Tue, 9 Dec 2008 03:43:12 +0000 (UTC) (envelope-from moguabjy@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id 4F74D8FC13 for ; Tue, 9 Dec 2008 03:43:11 +0000 (UTC) (envelope-from moguabjy@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so823756tib.3 for ; Mon, 08 Dec 2008 19:43:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=gfWl34gA+9cXClgLo/BZI6jA7ekX5irSm4Aq1M/y6us=; b=TvTolOxK8LDfQKbuZGCWj+C2FqODhzseHCTsflWOPpxFbbrR/lrT3ujqTU2n2xESS4 2b1fmNOQ6xlaIoQ7FbT8ta1sECsdmidddlUdxXWFrlQZxIgGP+kw5NRufgmHJ0juoFIE BA+PBP2F05cft6N2lPWcIV3CB4XutkDaf3KJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=iXIv0mV0lhsdhW34Nud94eBcKAT8RyQRwy0wSVgHONlQFOrIFlYycwM7xuG6+bl0K9 zthYNXeGR/Wc2f2qQD029fdbsoOUIG0iPMvLIwTcAKoD0yGArtkXRA12Lbja5mB8geAK xb9EgtF2HV2FHHwvDM4SuVPVDTbyUuxQWkdJ4= Received: by 10.110.43.18 with SMTP id q18mr4982280tiq.18.1228794190855; Mon, 08 Dec 2008 19:43:10 -0800 (PST) Received: by 10.110.69.11 with HTTP; Mon, 8 Dec 2008 19:43:10 -0800 (PST) Message-ID: Date: Tue, 9 Dec 2008 12:43:10 +0900 From: "Bang Jun-young" Sender: moguabjy@gmail.com To: "Joerg Sonnenberger" In-Reply-To: <20081208110542.GA905@britannica.bec.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812060612.mB66COVb084955@svn.freebsd.org> <20081208110542.GA905@britannica.bec.de> X-Google-Sender-Auth: 287f27f775ca5747 Cc: svn-src-all@freebsd.org Subject: Re: svn commit: r185674 - head/lib/libarchive 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: Tue, 09 Dec 2008 03:43:12 -0000 On Mon, Dec 8, 2008 at 8:05 PM, Joerg Sonnenberger wrote: > On Mon, Dec 08, 2008 at 02:14:32PM +0900, Bang Jun-young wrote: >> MSC actually supports inline functions as '__inline' keyword in C mode. The >> above should be written as follows: > > Can you say that for all versions? Yes. > Besides, it will very likely inline > this anyway, so it doesn't matter very much. That doesn't seem to be true with libarchive 2.5.903a. junyoung