From: Oliver Kurth Date: Mon, 4 May 2020 18:54:12 +0000 (-0700) Subject: Common source file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91923b6c7d19edfedac6d7a36c4a9b795a7ef37c;p=thirdparty%2Fopen-vm-tools.git Common source file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/misc/prng.c b/open-vm-tools/lib/misc/prng.c index 9290f8a03..5a7163856 100644 --- a/open-vm-tools/lib/misc/prng.c +++ b/open-vm-tools/lib/misc/prng.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2016,2019 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2016,2019-2020 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 @@ -226,6 +226,7 @@ Random_Simple(int seed) // IN: #ifdef VMKERNEL VMK_KERNEL_EXPORT(Random_Fast); VMK_KERNEL_EXPORT(Random_FastStream); +VMK_KERNEL_EXPORT(Random_FastStream64); VMK_KERNEL_EXPORT(Random_FastStreamSeed); VMK_KERNEL_EXPORT(Random_Simple); #endif