ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.06.tar.gz
[xscreensaver] / hacks / xsublim.c
index 3ebf585e640cc77e3a1390087ef974aebf4f2321..223ceab48bf0f2d66ec99fe92c10a0c85733c945 100644 (file)
@@ -238,7 +238,7 @@ static int xsublim_Ss_Handler(Display* handle_Display,
        }
        if (Xsublim_Ss_Handler == NULL)
        {
-               fprintf(stderr,"%x: ",progname);
+               fprintf(stderr,"%s: ",progname);
                abort();
        }
        return (*Xsublim_Ss_Handler)(handle_Display,handle_Error);
@@ -368,7 +368,9 @@ int main(int argc,char* argv[])
                SIGQUIT,
                SIGILL,
                SIGTRAP,
+#if defined(SIGIOT)
                SIGIOT,
+#endif
                SIGABRT,
 #if defined(SIGEMT)
                SIGEMT,