Date: Mon, 17 Sep 2001 14:21:02 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys lock.h mutex.h sema.h sx.h Message-ID: <200109172121.f8HLL2S45722@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109172121.f8HLL2S45722>
