Added pty support.

This commit is contained in:
shivers 1995-10-26 20:43:45 +00:00
parent a991a0a4e6
commit 52061b82bd
2 changed files with 4 additions and 2 deletions

View File

@ -111,11 +111,11 @@ SCSHOBJS = \
scsh/rdelim.o \
scsh/re.o scsh/re1.o \
scsh/regexp/libregexp.a \
scsh/select.o scsh/select1.o \
scsh/syscalls.o scsh/syscalls1.o \
scsh/time.o scsh/time1.o \
scsh/tty.o scsh/tty1.o \
scsh/userinfo1.o \
scsh/select.o scsh/select1.o
scsh/userinfo1.o
# scsh/$(DBOPEN) \
# scsh/dbm.o scsh/dbm1.o
@ -556,6 +556,7 @@ SCHEME =scsh/awk.scm \
scsh/network.scm \
scsh/newports.scm \
scsh/procobj.scm \
scsh/pty.scm \
scsh/rdelim.scm \
scsh/re.scm \
scsh/rw.scm \

View File

@ -211,6 +211,7 @@
network ; New in release 0.3.
flock ; New in release 0.4.
tty ; New in release 0.4.
pty ; New in release 0.4.
scsh
))