PERFORCE change 101520 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 05:33:28 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101520

Change 101520 by jb at jb_freebsd2 on 2006/07/14 05:33:07

	Fix an integration mishap.

Affected files ...

.. //depot/projects/dtrace/src/lib/libthr/sys/thr_error.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libthr/sys/thr_error.c#5 (text+ko) ====

@@ -51,7 +51,6 @@
 		curthread = _get_curthread();
 		if (curthread != NULL && curthread != _thr_initial)
 			return (&curthread->error);
-	} else
 	}
 	return (&errno);
 }


More information about the p4-projects mailing list