From owner-cvs-all Tue Oct 31 9:20:58 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 B8E5137B4D7; Tue, 31 Oct 2000 09:20:55 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99904; Tue, 31 Oct 2000 09:20:55 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200010311720.JAA99904@freefall.freebsd.org> From: John Baldwin Date: Tue, 31 Oct 2000 09:20:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/31 09:20:55 PST Modified files: sys/sys mutex.h Log: Use do { ... } while (0) to wrap the body of mtx_assert(). Reported by: rwatson Revision Changes Path 1.6 +3 -3 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message