pty backend now supports the changed function interface, so pterm
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 25 Oct 2002 11:50:51 +0000 (11:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 25 Oct 2002 11:50:51 +0000 (11:50 +0000)
commit28d00fe40d0aac1c65a317f89f030036acd791cb
treebbff94a3fa59db74ac9d3ea98b7ae2d39caa75e4
parent514702987c9252fcb0ab98882a6603b3bd0505ce
pty backend now supports the changed function interface, so pterm
now compiles and runs again after the major destabilisation.
Unfortunately it wasn't feasible to actually encapsulate all of the
pty backend's data, since the utmp helper and the need to fork and
drop privileges before doing anything else at all rather confuses
matters. So the data handle passed around to the pty backend is a
null pointer, and the pty backend is just as global-ridden as it
always has been. Shame, but such is life.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2128 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c
unix/pty.c