]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
vmmemctl: use Solaris kernel native ASSERT
authorVMware, Inc <>
Thu, 17 Jun 2010 21:17:24 +0000 (14:17 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 21:17:24 +0000 (14:17 -0700)
Do not include vm_assert.h in the kernel driver code and instead
rely on kernel-provided ASSERT (which does not require Panic()
and others).

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/solaris/vmmemctl/os.c

index 1db2d5d7cf8e0d51b576a06fcfd4e0bd0dda04c1..b3d680d606dafcce7c1cadfc75f1d28d7eda8d3d 100644 (file)
@@ -39,7 +39,6 @@
 
 #include "os.h"
 #include "vmballoon.h"
-#include "vm_assert.h"
 #include "balloon_def.h"
 #include "vmballoon_kstats.h"
 #include "vmmemctl.h"