summaryrefslogtreecommitdiff
path: root/fbida/patches/001-sys_siglist.patch
blob: 7c0c3371440cd2ed8d38ab164a7164c7d360ef53 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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);
 }