]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:12 +0000 (11:54 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 4 May 2020 18:54:12 +0000 (11:54 -0700)
open-vm-tools/lib/misc/prng.c

index 9290f8a034e642fb66d75d6fe079966c29dd4ad6..5a7163856ee4d237b2744147dfcbce86545313f4 100644 (file)
@@ -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