From: Oliver Kurth Date: Wed, 10 Apr 2019 21:14:55 +0000 (-0700) Subject: Common source file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6576ad0d7b28bd1ddab2fce8a0f34695aa57a774;p=thirdparty%2Fopen-vm-tools.git Common source file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/user/utilBacktrace.c b/open-vm-tools/lib/user/utilBacktrace.c index a804a51e9..b72340ad0 100644 --- a/open-vm-tools/lib/user/utilBacktrace.c +++ b/open-vm-tools/lib/user/utilBacktrace.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2013-2018 VMware, Inc. All rights reserved. + * Copyright (C) 2013-2019 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 @@ -225,7 +225,8 @@ UtilBacktraceFromPointerCallback(struct _Unwind_Context *ctx, // IN: Unwind cont return _URC_END_OF_STACK; } -#if !defined(_WIN32) && !defined(VMX86_TOOLS) && !defined(__ANDROID__) + +#if !defined(_WIN32) && !defined(VMX86_TOOLS) /* *----------------------------------------------------------------------------- *