From owner-cvs-all Tue Oct 24 17: 1:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D4437B4CF; Tue, 24 Oct 2000 17:01:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38802; Tue, 24 Oct 2000 17:01:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010250001.RAA38802@freefall.freebsd.org> From: John Baldwin Date: Tue, 24 Oct 2000 17:01:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_eventhandler.c src/sys/sys eventhandler.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/24 17:01:40 PDT Modified files: sys/kern subr_eventhandler.c sys/sys eventhandler.h Log: - Make the eventhandler_mutex mutex a private variable in subr_eventhandler.c - Move the extra #include's in sys/eventhandler.h to be protected by the #ifndef SYS_EVENTHANDLER/#endif Revision Changes Path 1.7 +2 -1 src/sys/kern/subr_eventhandler.c 1.13 +4 -5 src/sys/sys/eventhandler.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message