From: VMware, Inc <> Date: Mon, 21 May 2012 22:26:37 +0000 (-0700) Subject: hostinfoPosix.c: remove reference to sys/timeb.h X-Git-Tag: 2012.05.21-724730~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21df445c231f2661cb3226b93208ce73ec2a889;p=thirdparty%2Fopen-vm-tools.git hostinfoPosix.c: remove reference to sys/timeb.h sys/timeb.h is deprecated in FreeBSD9.0 and may cause compilation warnings turning into breakages when building Open VM Tools. Luckily we are not using ftime() that this header declares, so we can simply get rid of it. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index 4e77a6846..8fa18cc0a 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include