1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/snd/files/patch-snd-gmain_c

12 lines
292 B
Plaintext

--- snd-gmain.c.orig Mon Sep 18 12:09:22 2000
+++ snd-gmain.c Sun Oct 8 06:26:00 2000
@@ -191,7 +191,7 @@
#if TRAP_SEGFAULT
#include <setjmp.h>
/* stolen from scwm.c */
-static jmp_buf envHandleEventsLoop;
+static sigjmp_buf envHandleEventsLoop;
static RETSIGTYPE segv(int ignored)
{