From owner-svn-src-head@FreeBSD.ORG Thu Feb 27 00:54:26 2014 Return-Path: Delivered-To: svn-src-head@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 9C828ACA for ; Thu, 27 Feb 2014 00:54:26 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50B6610E3 for ; Thu, 27 Feb 2014 00:54:26 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id f11so3174494qae.17 for ; Wed, 26 Feb 2014 16:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=477DYCqwcZ44qu7yXvpRG37SwzY7e3TdS/oL39J4UCE=; b=hH/XvC5j4uMeoZ1aZtEGcNJ2qBUpxza3pWr+FvFsyeaYiaJXynqukgAWwgBKYUoSPn Z53fTC5U9KJhX9kGmOWeZZ711oy17of2EmSHGAeoEXIsQjM01CWUzdrmGeW6lKIxK+Fx PDzPbOEAU1T+wPYMyTqReW76FHlpZ3pMSSqZg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=477DYCqwcZ44qu7yXvpRG37SwzY7e3TdS/oL39J4UCE=; b=NSKwmPOnpsJxSmDgcwFIXqN75RKg408TR7mT9WhmU/hcAfXo0l/fel3uCzqhU7G+tz TIXBqC4C32lm7uPJLZKzk2NyV3pfSqxFiC7+rlzPPprofbimbLBnJd2H8rSPbOR0+O5q JZAlqq+b0IgtmwYaT53irpWnTQKSToWhYdmnqLypXNKqKIhloztwKaKWAe2W3/I9xCl7 XblCqGvan3HLuUPDrehcUhNlzCJkXjjyFuP7DSAYMPBX/gD7BO0gWTDlcA9x96auwKoM 1OQb6vbxiZX3PlofnsESVgzoYz2tTSPyzt1EWTMQBOXTVEOavcL86Vs/vrtbCABLHepk s9Ww== X-Gm-Message-State: ALoCoQk9GGJ+5HdefGs4shzXZVQ9fXx0x/7UnE0IM+LfGX7PWKexjFvkhEplBHAeAVvA6XyPaKNp X-Received: by 10.224.165.133 with SMTP id i5mr12157181qay.75.1393462465463; Wed, 26 Feb 2014 16:54:25 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.147.225 with HTTP; Wed, 26 Feb 2014 16:53:55 -0800 (PST) In-Reply-To: <201402270043.s1R0hAU9098502@svn.freebsd.org> References: <201402270043.s1R0hAU9098502@svn.freebsd.org> From: Eitan Adler Date: Wed, 26 Feb 2014 19:53:55 -0500 X-Google-Sender-Auth: 6cegtFKvqHVRDTmLRr4YQBGnQZk Message-ID: Subject: Re: svn commit: r262539 - in head: sys/compat/linprocfs usr.bin/makewhatis To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 27 Feb 2014 00:54:26 -0000 On Wed, Feb 26, 2014 at 7:43 PM, Eitan Adler wrote: > Author: eadler > Date: Thu Feb 27 00:43:10 2014 > New Revision: 262539 > URL: http://svnweb.freebsd.org/changeset/base/262539 ... > head/usr.bin/makewhatis/makewhatis.1 > head/usr.bin/makewhatis/makewhatis.c Please ignore these. These were unrelated changes I forgot I had in this branch. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams