Differences From Artifact [ef73a9f0bf]:
- File unix/uxpty.c — part of check-in [abb9ed30fb] at 2005-04-25 18:28:25 on branch trunk — 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. (user: ben size: 24892)
To Artifact [667e81c4e3]:
- File unix/uxpty.c — part of check-in [298c44bd3c] at 2005-05-09 08:27:51 on branch trunk — Make Makefile.gtk build again on Linux (assume <utmpx.h>). (user: jacob size: 24890)
| ︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | #include <sys/wait.h> #include <sys/ioctl.h> #include <errno.h> #include "putty.h" #include "tree234.h" |
| ︙ |