From: VMware, Inc <> Date: Thu, 17 Jun 2010 21:34:21 +0000 (-0700) Subject: lib/lock: fix an ifdef X-Git-Tag: 2010.06.16-268169~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=223f0e2a8cb368b2eafb7cee4ef40488ab22efeb;p=thirdparty%2Fopen-vm-tools.git lib/lock: fix an ifdef An ifdef sneeked in that is not in the style of the rest of the code. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/lock/ul.c b/open-vm-tools/lib/lock/ul.c index fc1774d80..e7cece736 100644 --- a/open-vm-tools/lib/lock/ul.c +++ b/open-vm-tools/lib/lock/ul.c @@ -264,7 +264,7 @@ MXUserAcquisitionTracking(MXUserHeader *header, // IN: ASSERT_NOT_IMPLEMENTED(perThread->locksHeld < MXUSER_MAX_LOCKS_PER_THREAD); -#ifdef DISABLE_MXUSER_LOCK_RANKS +#if defined(DISABLE_MXUSER_LOCK_RANKS) checkRank = FALSE; #endif