diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-12 01:58:05 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-12 01:58:05 +0000 |
commit | d5001a3969ade0c6f87cbc082c1493ea0bc836cf (patch) | |
tree | 9f6de289cfc2604799a880ced4b5f59bef5d08c8 /audio/csound/files/patch-main_c | |
parent | Try more hard to find proper nym server when alias@nym form is given - reject (diff) |
Add a port for the sound synthesizer Csound. Add a port for its manuals.
Notes
Notes:
svn path=/head/; revision=33719
Diffstat (limited to 'audio/csound/files/patch-main_c')
-rw-r--r-- | audio/csound/files/patch-main_c | 13 |
1 files changed, 13 insertions, 0 deletions
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) |