From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:32 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9512d13665b8d7f9bed2712b0a92a4ebc03f785;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/file.h b/open-vm-tools/lib/include/file.h index 2eb380e9c..71ee4ea94 100644 --- a/open-vm-tools/lib/include/file.h +++ b/open-vm-tools/lib/include/file.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2019 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2018 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 @@ -223,10 +223,6 @@ uint64 File_GetFreeSpace(const char *pathName, uint64 File_GetCapacity(const char *pathName); -#ifdef _WIN32 -char *File_GetNTGlobalFinalPath(const char* pathName); -#endif - int File_MakeTempEx(const char *dir, const char *pathName, char **presult);