mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
02342a56b4
modules/freebsd/vmhgfs/channel.h [2] [3] libvmtools/i18n.c [2] modules/freebsd/vmmemctl/os.c [4] PR: ports/187426 [1] PR: ports/188744 [2] Submitted by: alfred [2] Submitted by: garga [3] Submitted by: bdrewery [4]
11 lines
259 B
C
11 lines
259 B
C
--- ./lib/vmCheck/vmcheck.c.orig 2013-09-23 15:51:10.000000000 +0000
|
|
+++ ./lib/vmCheck/vmcheck.c 2014-04-23 15:36:44.323843725 +0000
|
|
@@ -134,6 +134,7 @@
|
|
#else
|
|
do {
|
|
int signals[] = {
|
|
+ SIGBUS,
|
|
SIGILL,
|
|
SIGSEGV,
|
|
};
|