From owner-cvs-all@FreeBSD.ORG Thu Jan 20 22:07:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE73A16A55E for ; Thu, 20 Jan 2005 22:07:53 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2012D43D49 for ; Thu, 20 Jan 2005 22:07:53 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j0KM4eXm008612 for cvs-all@FreeBSD.ORG.checked; Fri, 21 Jan 2005 01:04:40 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j0KM3bW9008575; Fri, 21 Jan 2005 01:03:37 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41F0287B.7060708@cronyx.ru> Date: Fri, 21 Jan 2005 00:54:03 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Wilko Bulte References: <200501192115.j0JLFwTk098787@repoman.freebsd.org> <20050120215133.GA19913@freebie.xs4all.nl> In-Reply-To: <20050120215133.GA19913@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Colin Percival Subject: Re: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 20 Jan 2005 22:07:55 -0000 Wilko Bulte: >On Wed, Jan 19, 2005 at 09:15:58PM +0000, Colin Percival wrote.. > > >>cperciva 2005-01-19 21:15:58 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_timeout.c >> Log: >> Make "c->c_func = NULL" conditional on CALLOUT_LOCAL_ALLOC in both >> places where it occurs, not just one. :-) >> >> Pointed out by: glebius >> Pointy had to: cperciva >> >> > >s/had/hat/ > or head? ;-) > >:-P > > >