From: Oliver Kurth Date: Fri, 20 Dec 2019 20:25:51 +0000 (-0800) Subject: File locking depriv, part 2 X-Git-Tag: stable-11.1.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f81aa0811baf66ed35404057bcc31349abddc41;p=thirdparty%2Fopen-vm-tools.git File locking depriv, part 2 Remove the device locking code. --- diff --git a/open-vm-tools/lib/include/fileLock.h b/open-vm-tools/lib/include/fileLock.h index 3a0f036e4..7581e2352 100644 --- a/open-vm-tools/lib/include/fileLock.h +++ b/open-vm-tools/lib/include/fileLock.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2017 VMware, Inc. All rights reserved. + * Copyright (C) 1998-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 @@ -78,10 +78,6 @@ Bool FileLock_CleanupVM(const char *cfgfilePath, int *err, MsgList **msgs); -/* Device locking functions, for compatibility */ -int FileLock_LockDevice(const char *device); -Bool FileLock_UnlockDevice(const char *device); - #if defined(__cplusplus) } // extern "C" #endif