From owner-cvs-src@FreeBSD.ORG Fri Sep 24 15:09:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC83716A4CE; Fri, 24 Sep 2004 15:09:33 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6878743D45; Fri, 24 Sep 2004 15:09:33 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i8OF9WWi094908 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 24 Sep 2004 08:09:33 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Hidetoshi Shimokawa Date: Fri, 24 Sep 2004 08:12:43 -0700 User-Agent: KMail/1.7 References: <200409241243.i8OChvm2022154@repoman.freebsd.org> In-Reply-To: <200409241243.i8OChvm2022154@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409240812.43714.sam@errno.com> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 15:09:33 -0000 On Friday 24 September 2004 05:43 am, Hidetoshi Shimokawa wrote: > simokawa 2004-09-24 12:43:57 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dcons dcons.c > Log: > Sync with DragonFly BSD. > > Revision Changes Path > 1.17 +93 -17 src/sys/dev/dcons/dcons.c > http://cvsweb.FreeBSD.org/src/sys/dev/dcons/dcons.c.diff?r1=1.16&r2=1.17 Are there any functional changes in this commit? It appears not from the diff but your commit msg doesn't explain. Sam