From owner-cvs-all@FreeBSD.ORG Thu Nov 15 17:48:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FAAD16A418 for ; Thu, 15 Nov 2007 17:48:15 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outT.internet-mail-service.net (outT.internet-mail-service.net [216.240.47.243]) by mx1.freebsd.org (Postfix) with ESMTP id 62C8813C467 for ; Thu, 15 Nov 2007 17:48:15 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Thu, 15 Nov 2007 09:48:14 -0800 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 206A9126A2C; Thu, 15 Nov 2007 09:48:14 -0800 (PST) Message-ID: <473C865D.8070809@elischer.org> Date: Thu, 15 Nov 2007 09:48:13 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Gleb Smirnoff References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org> In-Reply-To: <200711151416.lAFEGKJ6059040@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 17:48:15 -0000 Gleb Smirnoff wrote: > glebius 2007-11-15 14:16:20 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_kse.c > Log: > Fix build. > > Revision Changes Path > 1.239 +1 -1 src/sys/kern/kern_kse.c thanks.. I need to remember to stop applying patches from build tree to checkin tree by hand. the trouble is I can't commit from my current test machine (no internet access) so after testing, I make a patch and move to to my commit machine, where I can commit it, but when it's a small patch, one is always tempted to do it by hand and then ... Julian, repeat after me.. "no matter how small the change, use diff + patch to move it across."