From owner-svn-src-all@FreeBSD.ORG Sat Aug 23 07:44:24 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE36759F; Sat, 23 Aug 2014 07:44:24 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (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 8F4C93A41; Sat, 23 Aug 2014 07:44:24 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=i915.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1XL5zq-000PYT-Rs; Sat, 23 Aug 2014 09:44:22 +0200 Message-ID: <53F84656.1070402@FreeBSD.org> Date: Sat, 23 Aug 2014 09:44:22 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: d@delphij.net, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r270342 - head/sys/dev/vt References: <201408221709.s7MH9W3Y049318@svn.freebsd.org> <53F7BA2D.7070603@delphij.net> In-Reply-To: <53F7BA2D.7070603@delphij.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 23 Aug 2014 07:44:24 -0000 On 22.08.2014 23:46, Xin Li wrote: > This breaks pc98 LINT build in my 'make tinderbox' build because > 'vd_mcursor' is not available when SC_NO_CUTPASTE is defined. Could > you please fix it? This is fixed in r270388. Sorry for the breakage... -- Jean-Sébastien Pédron