Date: Wed, 18 Feb 2004 07:22:52 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c Message-ID: <200402181522.i1IFMq3A022250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/02/18 07:22:52 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c Log: o Style o Instead of checking both the passed in pointer and its value for NULL, only check the latter. Any caller that passes in a NULL pointer is obviously wrong. Revision Changes Path 1.3 +30 -30 src/lib/libthr/thread/thr_mutex_prioceiling.c 1.2 +10 -19 src/lib/libthr/thread/thr_mutex_protocol.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181522.i1IFMq3A022250>