From owner-cvs-all Mon Sep 17 14:21: 5 2001 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 A828437B410; Mon, 17 Sep 2001 14:21:02 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HLL2S45722; Mon, 17 Sep 2001 14:21:02 -0700 (PDT) (envelope-from jhb) Message-Id: <200109172121.f8HLL2S45722@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Sep 2001 14:21:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys lock.h mutex.h sema.h sx.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/17 14:21:02 PDT Modified files: sys/sys lock.h mutex.h sema.h sx.h Log: Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code since the filenames are only used in the LOCK_DEBUG case and are just bloat in the !LOCK_DEBUG case. Revision Changes Path 1.38 +13 -1 src/sys/sys/lock.h 1.39 +13 -13 src/sys/sys/mutex.h 1.2 +5 -5 src/sys/sys/sema.h 1.12 +12 -12 src/sys/sys/sx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message