sm_tick
extern SIGFUNC_DECL sm_tick __P((int));
(void) sm_signal(SIGALRM, sm_tick);
FIX_SYSV_SIGNAL(sig, sm_tick);