NetBSD/sbin/slattach
mycroft d1a8a0891c From: Ian McDonnell <imcd@apriori.demon.co.uk>
* Initialize termios struct before using it, from the current tty settings.
* Set speed earlier.  (This, combined with the above, was causing DTR to be
dropped briefly on startup.)
* Add `-m' option to avoid using HUPCL.
Also:
* Remove findspeed() altogether, as we don't need it and it's ugly.
* Use tcgetattr() and tcsetattr() rather than TIOCGETA and TIOCSETA.  The
former is POSIX; the latter is not.
1993-12-02 05:44:26 +00:00
..
Makefile Add RCS indentifiers. 1993-07-31 15:27:53 +00:00
slattach.8 From: Ian McDonnell <imcd@apriori.demon.co.uk> 1993-12-02 05:44:26 +00:00
slattach.c From: Ian McDonnell <imcd@apriori.demon.co.uk> 1993-12-02 05:44:26 +00:00