ports/emulators/open-vm-tools/files/patch-lib_vmCheck_vmcheck.c
Josh Paetzel 69f24b93f5 Update to version 10.2.5
For the most part this is just to track upstream for FreeBSD.
In particular 10.2.0 introduced a regression whereby UFS support
was dropped.  The fix was backported to the FreeBSD port of 10.2.0
in lieu of waiting for 10.2.5 to be released.

PR:	227124
Submitted by:	John Wolfe <jwolfe@vmware.com>
2018-05-28 02:04:36 +00:00

10 lines
240 B
C

--- lib/vmCheck/vmcheck.c.orig 2018-03-30 18:44:35 UTC
+++ lib/vmCheck/vmcheck.c
@@ -135,6 +135,7 @@ VmCheckSafe(SafeCheckFn checkFn)
#else
do {
int signals[] = {
+ SIGBUS,
SIGILL,
SIGSEGV,
};