Subject: changed files: 'src/sbin/slattach slattach.8 slattach.c'
To: None <source-changes>
From: Charles Hannum <mycroft>
List: source-changes
Date: 12/01/1993 21:44:38
Update of /b/source/CVS/src/sbin/slattach
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sbin/slattach

Modified Files:
	slattach.8 slattach.c 
Log Message:
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.


------------------------------------------------------------------------------