1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 03:16:43 +03:00
openwrt-packages/fbida/patches/001-sys_siglist.patch
kyak 277888f878 fbida: a few applications for viewing and editing images; ghostscript as
a requirement for fbgs, a wrapper script for viewing ps/pdf files on the
framebuffer console using fbi, an image viewer for the linux framebuffer
console.
2010-10-18 20:39:48 +04:00

11 lines
315 B
Diff

--- fbida-2.07.orig/fbtools.c 2008-10-11 12:49:38.676243745 +0200
+++ fbida-2.07/fbtools.c 2008-10-11 12:50:08.286262765 +0200
@@ -519,6 +519,6 @@
/* cleanup */
fb_cleanup();
- fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]);
+ fprintf(stderr,"Oops: %s\n",strsignal(termsig));
exit(42);
}