summaryrefslogtreecommitdiff
path: root/package/xawtv/patches/patch-console_fbtools_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:31:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:31:31 +0200
commit1a3c8bc113260f144f3e173201b9a3468a53119d (patch)
tree362e503cd750cb8162e7b7596850d00b5747d3e4 /package/xawtv/patches/patch-console_fbtools_c
parentc9d72815880524c041e37f23813ba777093a27d2 (diff)
parent681a668edf704bbb000a49c835b3d71fa7035d86 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xawtv/patches/patch-console_fbtools_c')
-rw-r--r--package/xawtv/patches/patch-console_fbtools_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/xawtv/patches/patch-console_fbtools_c b/package/xawtv/patches/patch-console_fbtools_c
new file mode 100644
index 000000000..aa4d98bb6
--- /dev/null
+++ b/package/xawtv/patches/patch-console_fbtools_c
@@ -0,0 +1,10 @@
+--- 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);
+ }