From: Kruti Date: Mon, 15 Jul 2024 09:56:38 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools at this time. X-Git-Tag: stable-12.5.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae5e008d7f18600d424e3335da54ee3e09f77bd;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools at this time. --- diff --git a/open-vm-tools/services/vmtoolsd/mainLoop.c b/open-vm-tools/services/vmtoolsd/mainLoop.c index 5217be5da..1ae277eac 100644 --- a/open-vm-tools/services/vmtoolsd/mainLoop.c +++ b/open-vm-tools/services/vmtoolsd/mainLoop.c @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2008-2023 VMware, Inc. All rights reserved. + * Copyright (c) 2008-2024 Broadcom. All Rights Reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -49,6 +50,7 @@ (defined(__linux__) && !defined(USERWORLD)) # include "vmware/tools/guestStore.h" # include "globalConfig.h" + #endif /* @@ -126,6 +128,7 @@ ToolsCoreCleanup(ToolsServiceState *state) * blocked in client lib synchronous recv() call. */ ToolsPluginSvcGuestStore_Shutdown(&state->ctx); + } #endif