From owner-cvs-all Sat Mar 6 14:27:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B748914C30; Sat, 6 Mar 1999 14:27:17 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA89282; Sat, 6 Mar 1999 14:27:03 -0800 (PST) (envelope-from wollman@FreeBSD.org) Message-Id: <199903062227.OAA89282@freefall.freebsd.org> From: Garrett Wollman Date: Sat, 6 Mar 1999 14:27:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wollman 1999/03/06 14:27:03 PST Modified files: sys/kern kern_timeout.c Log: Fix callout_init(). This didn't have any practical effect since it was only used to initialize the static timeouts, which unconditionally clears the only bits which could have caused problems. Revision Changes Path 1.57 +2 -2 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message