]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/lock: missed a change in the backout
authorVMware, Inc <>
Mon, 21 Nov 2011 23:24:46 +0000 (15:24 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 21 Nov 2011 23:24:46 +0000 (15:24 -0800)
I'm backing things out and putting things in to get lib/lock to
a known good place. Missed one change.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/lock/ulInt.h

index 124d67cc9f5281e6d9b4fe89ad82b054aca78bb9..e651669a8162ea8ac19731d2aaa6cc1b92fe40bf 100644 (file)
@@ -445,8 +445,8 @@ MXUserReleaseTracking(MXUserHeader *header)  // IN:
 }
 
 static INLINE void
-MXUserValidateSignature(MXUserHeader *header,  // IN:
-                        uint32 objectID)       // IN:
+MXUserValidateHeader(MXUserHeader *header,  // IN:
+                     uint32 objectID)       // IN:
 {
    return;
 }