Root/fbida/patches/001-sys_siglist.patch

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

Archive Download this file



interactive