From owner-svn-src-all@freebsd.org Mon Sep 7 17:15:25 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19A769C53B9; Mon, 7 Sep 2015 17:15:25 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yk0-f179.google.com (mail-yk0-f179.google.com [209.85.160.179]) (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 D3F1A1604; Mon, 7 Sep 2015 17:15:24 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by ykei199 with SMTP id i199so86275412yke.0; Mon, 07 Sep 2015 10:15:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PBoEd8SwBl1OlnvMSkgOembhkK/vydMcw5udlMUditY=; b=XxAa14Hv7oMHqOakkAw3XmEiW8Uj2wvZDrNAAOHjeANLszFwTlR620exwyJi7EuKoO TsXCYoEDGfwro84uB0uWDN9e8j6Q04r3BFGhd4oAYHInG4hmNpdpTNKRpLRHBiSh6/sa DvCTWEbkebIipbBySrDybMiLjI+Ta/xmfd7V8Suh/U8gyY1qdF4qu9fH8pLQ9s347L/1 hWmHtWqWXlEqupPzhvxaWsOR0xsRJTxoD9+JA3gs6LemqySh8tEL8X8MRD7t1W0ZUW82 YFM7h9tV83WIblEEIDIwpB63NoSUPsYJPgeQ2p8vSqksMeyiedQCDlwcltjyiYLPwwPm r3zw== X-Received: by 10.170.110.210 with SMTP id c201mr21598869ykb.1.1441644504233; Mon, 07 Sep 2015 09:48:24 -0700 (PDT) Received: from mail-yk0-f170.google.com (mail-yk0-f170.google.com. [209.85.160.170]) by smtp.gmail.com with ESMTPSA id w200sm147553ywd.19.2015.09.07.09.48.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Sep 2015 09:48:24 -0700 (PDT) Received: by ykcf206 with SMTP id f206so85398068ykc.3; Mon, 07 Sep 2015 09:48:23 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.13.217.5 with SMTP id b5mr11423853ywe.166.1441644503721; Mon, 07 Sep 2015 09:48:23 -0700 (PDT) Reply-To: cem@FreeBSD.org Received: by 10.37.48.134 with HTTP; Mon, 7 Sep 2015 09:48:23 -0700 (PDT) In-Reply-To: <20150905160425.2b7c4088@kalimero.tijl.coosemans.org> References: <201509032032.t83KWAtl043698@repo.freebsd.org> <20150905160425.2b7c4088@kalimero.tijl.coosemans.org> Date: Mon, 7 Sep 2015 09:48:23 -0700 Message-ID: Subject: Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys From: Conrad Meyer To: Tijl Coosemans Cc: 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-all@freebsd.org X-Mailman-Version: 2.1.20 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, 07 Sep 2015 17:15:25 -0000 On Sat, Sep 5, 2015 at 7:04 AM, Tijl Coosemans wrote: > This file can be compiled twice (included by both imgact_elf32.c and > imgact_elf64.c) so this sysctl can be added twice and the second time > results in an error message in dmesg: "can't re-use a leaf". Fixed in r287537, thanks! Conrad