Fix: SE006 Problem: Misapplication of fix SE004 resulting in a theortical error in dosuspend(). I am not aware that this can have any effect in practice. Compatible with: Slash'EM 0.0.5E4 (except Debian) Author: J. Ali Harlow, ali@avrc.city.ac.uk Date: 25 Aug 1999 *** sys/share/ioctl.c.orig Wed Aug 18 16:12:36 1999 --- sys/share/ioctl.c Wed Aug 25 11:55:40 1999 *************** *** 158,167 **** dosuspend() { - # ifdef LINUX - linux_mapon(); - # endif - # ifdef SIGTSTP if(signal(SIGTSTP, SIG_IGN) == SIG_DFL) { suspend_nhwindows((char *)0); --- 158,163 ---- *************** *** 168,173 **** --- 164,172 ---- # ifdef _M_UNIX sco_mapon(); # endif + # ifdef LINUX + linux_mapon(); + # endif (void) signal(SIGTSTP, SIG_DFL); # ifdef AUX ( void ) kill ( 0 , SIGSTOP ) ;