From: VMware, Inc <> Date: Mon, 26 Sep 2011 18:46:02 +0000 (-0700) Subject: Trivial pretty up X-Git-Tag: 2011.09.23-491607~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96a0fadfc11ce7a381febfa17d2618b4f173a962;p=thirdparty%2Fopen-vm-tools.git Trivial pretty up Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/lock/ulSema.c b/open-vm-tools/lib/lock/ulSema.c index c149b9660..ba8e0d5bf 100644 --- a/open-vm-tools/lib/lock/ulSema.c +++ b/open-vm-tools/lib/lock/ulSema.c @@ -184,6 +184,7 @@ MXUserUp(NativeSemaphore *sema) // IN: { return ReleaseSemaphore(*sema, 1, NULL) ? 0 : GetLastError(); } + #elif defined(__APPLE__) static int MXUserInit(NativeSemaphore *sema) // IN: @@ -280,8 +281,8 @@ MXUserUp(NativeSemaphore *sema) // IN: { return semaphore_signal(*sema); } -#else +#else static int MXUserInit(NativeSemaphore *sema) // IN: {