From d5001a3969ade0c6f87cbc082c1493ea0bc836cf Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 12 Oct 2000 01:58:05 +0000 Subject: Add a port for the sound synthesizer Csound. Add a port for its manuals. --- audio/csound/files/patch-main_c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/csound/files/patch-main_c (limited to 'audio/csound/files/patch-main_c') diff --git a/audio/csound/files/patch-main_c b/audio/csound/files/patch-main_c new file mode 100644 index 000000000000..e9790315f4e1 --- /dev/null +++ b/audio/csound/files/patch-main_c @@ -0,0 +1,13 @@ +--- main.c.orig Wed Sep 20 10:06:29 2000 ++++ main.c Wed Oct 11 16:16:56 2000 +@@ -150,10 +150,6 @@ + } + } + +-void psignal(int sig, char *str) +-{ +- fprintf(stderr, "%s: %s\n", str, sig2str(sig)); +-} + #endif + + static void signal_handler(int sig) -- cgit v1.2.3