mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
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]
10 lines
259 B
C
10 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,
|
|
};
|