From owner-p4-projects Tue Apr 30 8: 4:27 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A8C6037B419; Tue, 30 Apr 2002 08:04:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D28E737B400 for ; Tue, 30 Apr 2002 08:04:22 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3UF4MC45743 for perforce@freebsd.org; Tue, 30 Apr 2002 08:04:22 -0700 (PDT) (envelope-from jhb@freebsd.org) Date: Tue, 30 Apr 2002 08:04:22 -0700 (PDT) Message-Id: <200204301504.g3UF4MC45743@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 10523 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10523 Change 10523 by jhb@jhb_laptop on 2002/04/30 08:03:35 Compiling is a wonderful thing. Affected files ... ... //depot/projects/smpng/sys/kern/subr_witness.c#46 edit Differences ... ==== //depot/projects/smpng/sys/kern/subr_witness.c#46 (text+ko) ==== @@ -932,7 +932,7 @@ mtx_lock_spin(&w_mtx); STAILQ_FOREACH(w, &w_all, w_list) { if (w->w_name == description || (w->w_refcount > 0 && - strcmp(description, w->w_name) == 0) { + strcmp(description, w->w_name) == 0)) { w->w_refcount++; mtx_unlock_spin(&w_mtx); if (lock_class != w->w_class) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message