From b29d7d9b60ba700c0750a58f3ed212fd2033090e Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 30 Mar 2012 12:57:14 +0000 Subject: [PATCH] Remove trailing semicolon, it is a typo. --- sys/kern/kern_umtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c index 47744d934c0f..374a9e4d90c7 100644 --- a/sys/kern/kern_umtx.c +++ b/sys/kern/kern_umtx.c @@ -2346,7 +2346,7 @@ do_cv_wait(struct thread *td, struct ucond *cv, struct umutex *m, error = do_unlock_umutex(td, m); - if (timeout != NULL); + if (timeout != NULL) abs_timeout_init(&timo, clockid, ((wflags & CVWAIT_ABSTIME) != 0), timeout);