From: VMware, Inc <> Date: Thu, 17 Jun 2010 21:41:14 +0000 (-0700) Subject: lib/misc: more cleanup X-Git-Tag: 2010.06.16-268169~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09afe3bf1b6b4457f49a5b208e7bc88cdf3335c;p=thirdparty%2Fopen-vm-tools.git lib/misc: more cleanup Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index 055b53828..8b04a0033 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -322,7 +322,7 @@ Hostinfo_OSVersion(int i) */ void -Hostinfo_GetTimeOfDay(VmTimeType *time) +Hostinfo_GetTimeOfDay(VmTimeType *time) // OUT: { struct timeval tv;