From owner-svn-src-all@FreeBSD.ORG Thu Jul 10 16:11:03 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB75E1C; Thu, 10 Jul 2014 16:11:03 +0000 (UTC) Received: from mail-vc0-x234.google.com (mail-vc0-x234.google.com [IPv6:2607:f8b0:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A43462A05; Thu, 10 Jul 2014 16:11:02 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id im17so11076294vcb.11 for ; Thu, 10 Jul 2014 09:11:01 -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:date:message-id:subject :from:to:cc:content-type; bh=Yoa4i892F2zfKlaiEpoXt+xzXbOgbaQx3JPyxjzV0qg=; b=h1ObjjYERV3ETLGZNcqHbqHyd7dtxG/H8St49/1xD6dpGe6iW30wgYjpTF7zfVCFSQ 0PON3Uihu73dIaBWi1BONOTe6uEtiKUAGFGHmeemK0/IXA8I1ngW3OCDAo7+kjWMHu7H uQQq9XVF5ecE5e3QnsfVFXTRPHMPNqNq+sGW1QVbwqeiReKjGhj+bgW0d5whOREtNvqJ R6ALW+5KiT0AJW/8lXv12R3mKHWBU8CFoHyk0KLPoo4u8d9sTgkJ4wzMj1LXInEac05T NddFBVoCWeoT6GoYslcRwUEbHZB8dfi4DR0GxjzoJTGhdL0EJqluMmdDZjTocF97m5Xw S9YA== MIME-Version: 1.0 X-Received: by 10.53.1.231 with SMTP id bj7mr973867vdd.49.1405008661774; Thu, 10 Jul 2014 09:11:01 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.58.100.233 with HTTP; Thu, 10 Jul 2014 09:11:01 -0700 (PDT) In-Reply-To: <20140710160506.GH1812@ptrcrt.ch> References: <201407101215.s6ACF3v1055260@svn.freebsd.org> <20140710152353.GF1812@ptrcrt.ch> <20140710154213.GG1812@ptrcrt.ch> <20140710155342.GB93051@ivaldir.etoilebsd.net> <20140710160506.GH1812@ptrcrt.ch> Date: Thu, 10 Jul 2014 18:11:01 +0200 X-Google-Sender-Auth: N4369CIqJh5Ca8lFUu1iWaRRfc4 Message-ID: Subject: Re: svn commit: r268491 - head/usr.bin/users From: Ed Schouten To: Pietro Cerutti Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, Baptiste Daroussin , src-committers@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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, 10 Jul 2014 16:11:03 -0000 On 10 July 2014 18:05, Pietro Cerutti wrote: > I reply to this one, since I'm not on src-all. > > - for consistency, I'd s|std::set|set| > - return (0) is not needed in c++ Good catch. Fixed! -- Ed Schouten