From owner-svn-src-head@freebsd.org Sun Nov 15 12:53:53 2015 Return-Path: Delivered-To: svn-src-head@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 66E7DA277D8; Sun, 15 Nov 2015 12:53:53 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53C86185E; Sun, 15 Nov 2015 12:53:52 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=JpBcwIQGeWiMzNR0SRY0KPKDZB+IMF577if1jalARPs=; b=okyH7P69N9u6IinxipIlPC/EsdatGs/lAtxDSRuogd2nMIl9nXJ25pMv/W7CcYAeyy1ugkk+EFsBZ6YDV0vFRBM9BYq03THycYbGWX5G+eSlOKyZrVWZPw+Cm/h0i4uvkLWDCI+t+ofcWeZIuhODFgO3mCP0Ssq02N5bTQ5Bd7U=; Received: from [178.137.225.202] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1ZxwoY-000K02-22 ; Sun, 15 Nov 2015 14:53:50 +0200 Date: Sun, 15 Nov 2015 14:53:49 +0200 From: Ivan Klymenko To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290861 - head/sys/sys Message-ID: <20151115145349.2082a694@nonamehost.local> In-Reply-To: <201511151250.tAFCoF6F045046@repo.freebsd.org> References: <201511151250.tAFCoF6F045046@repo.freebsd.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.225.202; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 15 Nov 2015 12:53:53 -0000 On Sun, 15 Nov 2015 12:50:15 +0000 (UTC) Edward Tomasz Napierala wrote: > Author: trasz > Date: Sun Nov 15 12:50:14 2015 > New Revision: 290861 > URL: https://svnweb.freebsd.org/changeset/base/290861 > > Log: > Doh, commit in a wrong directory. Fix r290857. > > MFC after: 1 month > Sponsored by: The FreeBSD Foundation > > Modified: > head/sys/sys/jail.h > head/sys/sys/loginclass.h > head/sys/sys/resourcevar.h > > Modified: head/sys/sys/jail.h > Thanks!