From: John Wolfe Date: Fri, 22 Jan 2021 20:25:41 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41a0d7d9f3d9e30b62eb64b30a8cba362edcd59;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 129458286..3a460a87e 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2021 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 @@ -126,10 +126,10 @@ typedef enum { #ifdef VMX86_SERVER /* WORLD_MAX_OPID_STRING_SIZE */ -#define LOG_MAX_OPID_LENGTH (128 + 1) +#define LOG_MAX_OPID_LENGTH 128 #else /* We do not expect long opIDs in non-ESX environments. 32 should be enough. */ -#define LOG_MAX_OPID_LENGTH (32 + 1) +#define LOG_MAX_OPID_LENGTH 32 #endif /*