From owner-svn-src-all@FreeBSD.ORG Mon Mar 23 19:59:28 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FD81176; Mon, 23 Mar 2015 19:59:28 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F400E3C9; Mon, 23 Mar 2015 19:59:27 +0000 (UTC) Received: by ieclw3 with SMTP id lw3so44779165iec.2; Mon, 23 Mar 2015 12:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=7z/nQpxC9sadMVl6wQSPQS0hMi+UfxRoxRlPh0xuXW8=; b=MpVa93PN32fBIy5dLSA9sQV/oox1VDm+Oi7kXKX+9g2jcKtisVrr9iKpB5a03qVtiC dJKpdpe1l/2WrYoNtjpvaMWAR6JlmnDNHQEOMYAY9Q9Zk+uGlkly4kgaPpb/1BrCW/Fr aekYSuBxcE2cRFtX9r0pAX2EQho1KcW9Kh9z9rSn8YLFEXZvtkcQSYUpZTyQMcN21Vkc Zk84BshqC7m9MS2aicNahZOPgbDMDH2JB1kMdBUSL79ff18BfvqxYmytKd0xXOLdXZ85 0ZHT1+RZnHzwN88Wogc+GgpTQhDD86tI3/PS50ckaP6nenrLAE/3qVCjvv2U+qU+6hzJ k4iw== X-Received: by 10.107.167.3 with SMTP id q3mr1426790ioe.18.1427140767147; Mon, 23 Mar 2015 12:59:27 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.19 with HTTP; Mon, 23 Mar 2015 12:59:06 -0700 (PDT) In-Reply-To: <201503231845.t2NIjUuK032777@svn.freebsd.org> References: <201503231845.t2NIjUuK032777@svn.freebsd.org> From: Ed Maste Date: Mon, 23 Mar 2015 15:59:06 -0400 X-Google-Sender-Auth: Fc9cimaQNkA9GuRzd0EKUGecfEA Message-ID: Subject: Re: svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint To: "Pedro F. Giffuni" Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 23 Mar 2015 19:59:28 -0000 On 23 March 2015 at 14:45, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 23 18:45:29 2015 > New Revision: 280387 > URL: https://svnweb.freebsd.org/changeset/base/280387 > > Log: > xlint: update. Nice. I was going to have a look at this at some point, so I'm glad that you've taken it on. Should we merge a copy of the original version, and then this update, to vendor/ to facilitate future merges? -Ed