diff options
Diffstat (limited to 'lib/libthr/thread/thr_yield.c')
-rw-r--r-- | lib/libthr/thread/thr_yield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_yield.c b/lib/libthr/thread/thr_yield.c index c3f68f29df0bd..5b1843d6dc121 100644 --- a/lib/libthr/thread/thr_yield.c +++ b/lib/libthr/thread/thr_yield.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libthr/thread/thr_yield.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "namespace.h" |