freebsd-ports/audio/lash/files/patch-lashd-main.c
Martin Wilke 9cf490f25e LASH is a session management system for JACK audio applications.
It is an implementation of a proposal that originated from this
discussion.  Its aim is to allow you to have many different audio
programs running at once, to save their setup, close them down and
then easily reload the setup at some other time.  LASH doesn't deal
with any kind of audio data itself; it just runs programs, deals
with saving/loading (arbitrary) data and connects different kinds
of virtual audio ports together (currently JACK and ALSA sequencer
ports).  It can also be used to move entire sessions between
computers, or post sessions on the Internet for download.

WWW:	http://www.nongnu.org/lash/

PR:		ports/107875
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-13 21:41:41 +00:00

19 lines
372 B
C

--- lashd/main.c.orig Sat Jan 13 15:15:39 2007
+++ lashd/main.c Sat Jan 13 15:20:07 2007
@@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
-#include <mcheck.h>
#include <limits.h>
#include <jack/jack.h>
@@ -96,7 +95,7 @@
{0, 0, 0, 0}
};
char *default_dir = NULL;
- sighandler_t sigh;
+ sig_t sigh;
#ifdef LASH_DEBUG
mtrace();