]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
File locking depriv, part 2
authorOliver Kurth <okurth@vmware.com>
Fri, 20 Dec 2019 20:25:51 +0000 (12:25 -0800)
committerOliver Kurth <okurth@vmware.com>
Fri, 20 Dec 2019 20:25:51 +0000 (12:25 -0800)
Remove the device locking code.

open-vm-tools/lib/include/fileLock.h

index 3a0f036e4ec02e842b6643a2ae71c9f4583f177c..7581e2352435da235ca7cc1079e8e7750bf31621 100644 (file)
@@ -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