--- a/save.c +++ b/save.c @@ -20,6 +20,7 @@ #include #include +#include #include #include @@ -142,7 +143,7 @@ fclose(save_file); #ifndef AIX - fprintf (stderr, "xgammon: %s. Sorry and bye!\n", sys_siglist[n]); + fprintf (stderr, "xgammon: %s. Sorry and bye!\n", strsignal(n)); #else fprintf (stderr, "xgammon: Caught signal %d. Sorry and bye!\n", n); #endif