Incorporate some NetBSD changes:
authormillert <millert@openbsd.org>
Sun, 20 Apr 1997 23:29:32 +0000 (23:29 +0000)
committermillert <millert@openbsd.org>
Sun, 20 Apr 1997 23:29:32 +0000 (23:29 +0000)
commit1de3af8e0303b8f09885e2e01be3baae62cf9d01
tree40f43eb5a75820981684fab0fedf360e1019adfc
parent45f8aa00b84f1216a180613be7cfe34c1a454290
Incorporate some NetBSD changes:
tip.c
    getchar() returns an int [important since EOF == -1] (thorpej)
    Set CLOCAL if dc flag is set (mellon)
tip.h
    Change booleans from char to short so that comparisons against negative
    values work as expected on systems with unsigned chars. (thorpej)
    Add boolean for dc flag (mellon)
hunt.c
    Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon)
remote.c
    Add boolean for dc flag (mellon)
usr.bin/tip/hunt.c
usr.bin/tip/remote.c
usr.bin/tip/tip.c
usr.bin/tip/tip.h