From: Oliver Kurth Date: Mon, 15 Apr 2019 18:33:00 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4be3d1bcb1d184eafb2c576dd7a127a95628fc;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/rpcout.h b/open-vm-tools/lib/include/rpcout.h index 8730bfcec..81e97df50 100644 --- a/open-vm-tools/lib/include/rpcout.h +++ b/open-vm-tools/lib/include/rpcout.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2007-2016 VMware, Inc. All rights reserved. + * Copyright (C) 2007-2016,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 @@ -79,10 +79,4 @@ Bool RpcOut_SendOneRaw(void *request, size_t reqLen, char **reply, size_t *repLe Bool RpcOut_SendOneRawPreallocated(void *request, size_t reqLen, char *reply, size_t repLen); -/* - * As the above but must be run by admin/root to make the privileged - * RPC call successfully. - */ -Bool RpcOut_SendOneRawPriv(void *request, size_t reqLen, char **reply, size_t *repLen); - #endif /* __RPCOUT_H__ */