]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use pututxline() in place of pututline(), since the former is standardised by
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 23:28:25 +0000 (23:28 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 23:28:25 +0000 (23:28 +0000)
commit62b943922e8bb54a43e874cb82f4cfd35b8c9376
tree9122ab536f61edfcefe3a21bf23e4cfaf7aac036
parent318913822dad129fe22662b8c226c413ecd32269
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.

[originally from svn r5678]
unix/configure.ac
unix/uxpty.c