diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-19 18:27:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-20 19:53:38 +0200 |
commit | 633fe3ef432efe342e81dbe2429eaf9c34cf538d (patch) | |
tree | f12715c627b46d0ce4f2913a88b75b8a9607a998 /package/xawtv/patches/patch-x11_rootv_c | |
parent | a4b30459ce19bdbde09c91c97772b6bb8a66030c (diff) |
update to latest upstream
Diffstat (limited to 'package/xawtv/patches/patch-x11_rootv_c')
-rw-r--r-- | package/xawtv/patches/patch-x11_rootv_c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/xawtv/patches/patch-x11_rootv_c b/package/xawtv/patches/patch-x11_rootv_c deleted file mode 100644 index 8e3393f54..000000000 --- a/package/xawtv/patches/patch-x11_rootv_c +++ /dev/null @@ -1,20 +0,0 @@ ---- xawtv-3.102.orig/x11/rootv.c 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/x11/rootv.c 2011-09-26 21:12:26.549340070 +0200 -@@ -133,7 +133,7 @@ catch_sig(int signal) - termsig = signal; - if (verbose) - fprintf(stderr,"received signal %d [%s]\n", -- termsig,sys_siglist[termsig]); -+ termsig,strsignal(termsig)); - } - - static void usage(FILE *fp) -@@ -422,7 +422,7 @@ main(int argc, char *argv[]) - } - if (verbose && termsig) - fprintf(stderr,"exiting on signal %d [%s]\n", -- termsig,sys_siglist[termsig]); -+ termsig,strsignal(termsig)); - if (do_mute && have_mute) - XvSetPortAttribute(dpy,port,XV_MUTE,1); - XvStopVideo(dpy,port,win); |