From: Oliver Kurth Date: Thu, 13 Feb 2020 00:49:09 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066ea20d57fbbd5b9e795a7d72f1184f990c94f6;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/str.h b/open-vm-tools/lib/include/str.h index 22b9108d6..61e13a314 100644 --- a/open-vm-tools/lib/include/str.h +++ b/open-vm-tools/lib/include/str.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -71,7 +71,7 @@ extern "C" { */ #if !defined(VMX86_TOOLS) || defined(_WIN32) #if (defined _WIN32 && !defined STR_NO_WIN32_LIBS) || \ - (defined __linux__ && !defined __UCLIBC__) || \ + (defined __linux__ && !defined __UCLIBC__ && !defined __ANDROID__) || \ defined __APPLE__ #define HAS_BSD_PRINTF 1 #endif