diff options
Diffstat (limited to 'audio/snd/files/patch-snd-gmain_c')
-rw-r--r-- | audio/snd/files/patch-snd-gmain_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/snd/files/patch-snd-gmain_c b/audio/snd/files/patch-snd-gmain_c deleted file mode 100644 index fd7fde3a5343..000000000000 --- a/audio/snd/files/patch-snd-gmain_c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - { |