]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Hostinfo: OS name cache stuff isn't architecture dependent.
authorVMware, Inc <>
Wed, 20 Jan 2010 21:25:10 +0000 (13:25 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 20 Jan 2010 21:25:10 +0000 (13:25 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/misc/hostinfo.c

index e431b21b0a24e2b32e20da51e78e2a1865f00e8d..dad0df750f19ec3a6d7ed9509a0133f61cbf2ec2 100644 (file)
@@ -42,7 +42,6 @@
 #define LGPFX "HOSTINFO:"
 
 
-#if defined(__i386__) || defined(__x86_64__)
 /*
  * HostinfoOSData caches its returned value.
  */
@@ -52,6 +51,7 @@ char HostinfoCachedOSName[MAX_OS_NAME_LEN];
 char HostinfoCachedOSFullName[MAX_OS_FULLNAME_LEN];
 
 
+#if defined(__i386__) || defined(__x86_64__)
 /*
  *----------------------------------------------------------------------
  *