* scmsigs.c (scm_sigaction_for_thread): Use scm_to_long for sa_handler, needs to be a long on 64-bit systems where int is only 32 bits. This was a long in 1.6 (the return from SCM_INUM), so this goes back to that I guess.