Bruce Evans 177af312cd Assorted cosmetic changes:
Make more functions static.

tty.c:
Use tcflag_t (u_long) and cc_t instead of u_char and int/long.

Don't record values that are only evaluated once.

Compare ints using imin(), not min().  min() is for comparing u_ints.
Old versions of tty.c used the type-safe but multiple-evaluation-unsafe
macro MIN().  The args are apparently never negative; otherwise this
change would be non-cosmetic.

Don't repeat the loop test in ttywait().

tty.h:
Improve English in and formatting of comments.
1995-07-31 19:17:19 +00:00
..
1995-05-30 08:16:23 +00:00
1995-07-31 18:29:51 +00:00
1995-07-31 18:29:51 +00:00
1995-07-31 18:29:51 +00:00
1995-07-31 19:17:19 +00:00
1995-05-30 08:16:23 +00:00
1995-07-29 18:21:48 +00:00
1995-05-30 05:05:38 +00:00
1995-07-31 19:17:19 +00:00