Got rid of four warnings in Shantonu's new getpass.c. Needed to #include
authorDan Harkless <dan@harkless.org>
Tue, 9 May 2000 07:55:58 +0000 (07:55 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 9 May 2000 07:55:58 +0000 (07:55 +0000)
commit09470876aa753a96fa312296ed3c39ba761f3dd2
tree1664c75959d50ae35e2d624cb807de6122fe8894
parenta428afdfc7347e10e7e95faf719682e9283622b7
Got rid of four warnings in Shantonu's new getpass.c.  Needed to #include
<stdlib.h> for calloc(), <unistd.h> for ttyname(), and "h/mh.h" for adios().
Also changed ch from char to int to get rid of "comparison is always 1 due to
limited range of data type" on EOF.
ChangeLog
sbr/getpass.c