It's unfair how one extraneous semi-colon can cause so much grief.

This commit is contained in:
Mike Makonnen 2003-07-04 11:18:07 +00:00
parent dbe4792865
commit 1069e3a6f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117219

View File

@ -180,7 +180,7 @@ _umtx_lock(struct thread *td, struct _umtx_lock_args *uap)
if (owner == -1)
return (EFAULT);
if (owner == MTX_CONTESTED);
if (owner == MTX_CONTESTED)
return (0);
/* If this failed the lock has changed, restart. */