From owner-cvs-all@FreeBSD.ORG Sun Jan 29 20:48:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 45FAD16A420; Sun, 29 Jan 2006 20:48:27 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0459B43D4C; Sun, 29 Jan 2006 20:48:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0TKmPqW000636; Sun, 29 Jan 2006 20:48:25 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0TKmPSM000635; Sun, 29 Jan 2006 20:48:25 GMT (envelope-from scottl) Message-Id: <200601292048.k0TKmPSM000635@repoman.freebsd.org> From: Scott Long Date: Sun, 29 Jan 2006 20:48:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.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: Sun, 29 Jan 2006 20:48:27 -0000 scottl 2006-01-29 20:48:25 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Take a stab at making this compile when WITNESS is not defined. gcc can't figure out the order of operations at line 519, and neither can I, but this is my best guess. Also correct a number of typos and syntax errors. Revision Changes Path 1.3 +4 -4 src/sys/kern/kern_rwlock.c