Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 05:33:27 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101520 for review
Message-ID:  <200607140533.k6E5XRRi035719@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101520

Change 101520 by jb@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);
 }



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