UnixOperatingSystem.st
changeset 4115 5df3f77f57ce
parent 4106 15d487dae1b8
child 4201 591bf7d022d8
equal deleted inserted replaced
4114:9300fc0fae0e 4115:5df3f77f57ce
   324 
   324 
   325 # if defined(SYSV4)
   325 # if defined(SYSV4)
   326 #  include <stropts.h>
   326 #  include <stropts.h>
   327 # endif
   327 # endif
   328 
   328 
   329 # if defined(solaris) || defined(IRIX5)
   329 # include <sys/termios.h>
   330 #  include <sys/termios.h>
       
   331 # endif
       
   332 
   330 
   333 /*
   331 /*
   334  * NeXT has no pid_t
   332  * NeXT has no pid_t
   335  * and no sigemptyset
   333  * and no sigemptyset
   336  */
   334  */
  8515 ! !
  8513 ! !
  8516 
  8514 
  8517 !UnixOperatingSystem class methodsFor:'documentation'!
  8515 !UnixOperatingSystem class methodsFor:'documentation'!
  8518 
  8516 
  8519 version
  8517 version
  8520     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.56 1999-04-21 19:45:15 cg Exp $'
  8518     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.57 1999-04-22 18:53:30 cg Exp $'
  8521 ! !
  8519 ! !
  8522 UnixOperatingSystem initialize!
  8520 UnixOperatingSystem initialize!