From owner-cvs-all@FreeBSD.ORG Fri Jul 4 16:28:43 2003 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 B5E7337B401; Fri, 4 Jul 2003 16:28:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D64C243FE3; Fri, 4 Jul 2003 16:28:42 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h64NSg0U030247; Fri, 4 Jul 2003 16:28:42 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h64NSg1a030246; Fri, 4 Jul 2003 16:28:42 -0700 (PDT) Message-Id: <200307042328.h64NSg1a030246@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 4 Jul 2003 16:28:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.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: Fri, 04 Jul 2003 23:28:44 -0000 mtm 2003/07/04 16:28:42 PDT FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: I was so happy I found the semi-colon from hell that I didn't notice another typo in the same line. This typo makes libthr unuseable, but it's effects where counter-balanced by the extra semicolon, which made libthr remarkably useable for the past several months. Revision Changes Path 1.7 +1 -1 src/sys/kern/kern_umtx.c