From owner-svn-src-head@FreeBSD.ORG Mon May 20 16:20:03 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE26D43D; Mon, 20 May 2013 16:20:03 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id 5E069336; Mon, 20 May 2013 16:20:03 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id hu16so1637265qab.13 for ; Mon, 20 May 2013 09:20:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=qG4rkxI4Xs8XFh+oIDKQInKMyXSe925OR3mJn/78NQo=; b=y/xBrLEatpKNE/a1m0s3NrVyIKkfyao7dNvvKXh4JVgImgofKuDJcDLiGqiNkAABSK 9GtamLc4rL8/cjJDHnIyVMvcPB1RDpnQUxI9acYH2iKrNa5qUw9MQAnyOP8XsLIUYoim ARofgBOCv0/9TcC83xavHco/27QQHE51vGr3UH9tLj2Xx1y1qa6yCc6IxrNLIPOf9Sug wfElWFk0xh3cClAv2D2P7HWWfGJn5wxXXV5mmRAgS5MLn0bAALMd8A6nuayYduAoZSLA tSFLTZRAc7XamT8ve0gHVk0k4T2MghaNs1byK7ueBxeAobT0MqpNH2k1iqMhjdmG4BfA 5bDA== MIME-Version: 1.0 X-Received: by 10.229.158.73 with SMTP id e9mr7497838qcx.116.1369066801143; Mon, 20 May 2013 09:20:01 -0700 (PDT) Received: by 10.49.3.193 with HTTP; Mon, 20 May 2013 09:20:01 -0700 (PDT) In-Reply-To: <20130520155053.GC1429@mole.fafoe.narf.at> References: <201305190744.r4J7i2FD055067@svn.freebsd.org> <20130519094813.GA1465@mole.fafoe.narf.at> <20130520140304.GA1429@mole.fafoe.narf.at> <20130521004803.K8511@besplex.bde.org> <20130520155053.GC1429@mole.fafoe.narf.at> Date: Mon, 20 May 2013 12:20:01 -0400 Message-ID: Subject: Re: svn commit: r250806 - head/sys/sys From: Benjamin Kaduk To: Stefan Farfeleder Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , Ed Schouten , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Bruce Evans X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 20 May 2013 16:20:03 -0000 On Mon, May 20, 2013 at 11:50 AM, Stefan Farfeleder wrote: > Since nobody wants to update lint to recent C standards, maybe it's time to > remove it? > It does seem like compilers can do a better job of finding lint-like things than lint itself, these days (especially clang). -Ben