Use pututxline() in place of pututline(), since the former is standardised by
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Apr 2005 23:28:25 +0000 (23:28 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Apr 2005 23:28:25 +0000 (23:28 +0000)
commitbea25c483c44903548a3d1c8bbca947fc6dfefea
tree9122ab536f61edfcefe3a21bf23e4cfaf7aac036
parent35914df1ad94cf128cd0cd7fb8c5848b8ba156fc
Use pututxline() in place of pututline(), since the former is standardised by
X/Open and actually seems to be more common (NetBSD has it).  Also use
updwtmpx() rather than directly writing to the wtmpx file, though more for
reasons of aesthetics than anything practical.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5678 cda61777-01e9-0310-a592-d414129be87e
unix/configure.ac
unix/uxpty.c