diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-10 14:25:00 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-10 14:25:00 +0800 |
commit | 59bebc69880c2bb30fe5143c622bc23f2682b068 (patch) | |
tree | aafcfd7990012d271490e66d26bbf06b74957159 /audio/csound/files | |
parent | d48fff73c5ecf7477702b74b56f18ca81b3f6b09 (diff) | |
download | freebsd-ports-gnome-59bebc69880c2bb30fe5143c622bc23f2682b068.tar.gz freebsd-ports-gnome-59bebc69880c2bb30fe5143c622bc23f2682b068.tar.zst freebsd-ports-gnome-59bebc69880c2bb30fe5143c622bc23f2682b068.zip |
Update to 4.12.
Diffstat (limited to 'audio/csound/files')
-rw-r--r-- | audio/csound/files/patch-main_c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/csound/files/patch-main_c b/audio/csound/files/patch-main_c index e9790315f4e1..3fd7558b90a8 100644 --- a/audio/csound/files/patch-main_c +++ b/audio/csound/files/patch-main_c @@ -1,13 +1,13 @@ ---- main.c.orig Wed Sep 20 10:06:29 2000 -+++ main.c Wed Oct 11 16:16:56 2000 +--- main.c.orig Sat Feb 24 14:16:18 2001 ++++ main.c Mon Apr 9 23:04:12 2001 @@ -150,10 +150,6 @@ } } -void psignal(int sig, char *str) -{ -- fprintf(stderr, "%s: %s\n", str, sig2str(sig)); +- fprintf(stderr, "%s: %s\n", str, signal_to_string(sig)); -} #endif - static void signal_handler(int sig) + #if defined(__BEOS__) |