From owner-bug-octave at bevo dot che dot wisc dot edu Thu Dec 19 05:59:44 1996 Subject: typos in patches for EMX in sighandlers.cc From: "Michel Juillard" To: bug-octave at bevo dot che dot wisc dot edu Date: Thu, 19 Dec 1996 12:57:48 +0000 There are two typos in the changes for __EMX__ in src/sighandlers.cc the diff with the correction follows. Michel *** sighandlers.cc.orig Wed Nov 20 16:37:44 1996 --- sighandlers.cc Thu Dec 19 12:33:24 1996 *************** *** 194,200 **** = octave_ignore_interrupts (); volatile sig_handler *saved_sigchld_handler ! = octave_set_sighanlder (SIGCHLD, SIG_IGN); #endif int n = octave_child_list::length (); --- 194,200 ---- = octave_ignore_interrupts (); volatile sig_handler *saved_sigchld_handler ! = octave_set_sighandler (SIGCHLD, SIG_IGN); #endif int n = octave_child_list::length (); *************** *** 231,237 **** } #if defined (__EMX__) ! octave_set_inerrupt_handler (saved_interrupt_handler); octave_set_signal_handler (SIGCHLD, saved_sigchld_handler); #endif --- 231,237 ---- } #if defined (__EMX__) ! octave_set_interrupt_handler (saved_interrupt_handler); octave_set_signal_handler (SIGCHLD, saved_sigchld_handler); #endif --------------------------------------------- Michel Juillard CEPREMAP 140, rue du Chevaleret 75013 Paris tel (33 1) 40.77.84.24 fax (33 1) 44.24.38.57 maison (33 1) 42.52.92.66 ---------------------------------------------