]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not applicable to open-vm-tools at this time.
authorKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:38 +0000 (02:56 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:38 +0000 (02:56 -0700)
open-vm-tools/services/vmtoolsd/mainLoop.c

index 5217be5dad1582cbb862e151fb03b5cd0c5f0e71..1ae277eacf5c93b0ed8a832c54da770b9fce3371 100644 (file)
@@ -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