From owner-cvs-all@FreeBSD.ORG Mon Mar 29 05:57:56 2004 Return-Path: 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 39CDA16A4CE; Mon, 29 Mar 2004 05:57:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C95D43D46; Mon, 29 Mar 2004 05:57:56 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2TDvtGe058128; Mon, 29 Mar 2004 05:57:55 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2TDvtU1058127; Mon, 29 Mar 2004 05:57:55 -0800 (PST) (envelope-from mtm) Message-Id: <200403291357.i2TDvtU1058127@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 29 Mar 2004 05:57:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mattr_kind_np.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 29 Mar 2004 13:57:56 -0000 mtm 2004/03/29 05:57:55 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mattr_kind_np.c Log: o Also check that the mutex type is not less than the minimum allowable value. o Don't check attribute for NULL. It's the callers responsibility. Revision Changes Path 1.2 +3 -2 src/lib/libthr/thread/thr_mattr_kind_np.c