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-console_fbtools_c | |
parent | a4b30459ce19bdbde09c91c97772b6bb8a66030c (diff) |
update to latest upstream
Diffstat (limited to 'package/xawtv/patches/patch-console_fbtools_c')
-rw-r--r-- | package/xawtv/patches/patch-console_fbtools_c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/xawtv/patches/patch-console_fbtools_c b/package/xawtv/patches/patch-console_fbtools_c deleted file mode 100644 index aa4d98bb6..000000000 --- a/package/xawtv/patches/patch-console_fbtools_c +++ /dev/null @@ -1,10 +0,0 @@ ---- xawtv-3.102.orig/console/fbtools.c 2011-09-05 19:26:02.000000000 +0200 -+++ xawtv-3.102/console/fbtools.c 2011-09-26 21:10:50.109340133 +0200 -@@ -520,6 +520,6 @@ fb_catch_exit_signals(void) - - /* cleanup */ - fb_cleanup(); -- fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]); -+ fprintf(stderr,"Oops: %s\n",strsignal(termsig)); - exit(42); - } |