diff options
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); - } |