Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 08:04:22 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10523 for review
Message-ID:  <200204301504.g3UF4MC45743@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204301504.g3UF4MC45743>