]> diplodocus.org Git - nmh/blobdiff - sbr/getpass.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / sbr / getpass.c
index f3ae82918a83d2f5d24bfeb7c20a66963a1466f0..865f231b9876fdab81e66e4d26ca1771c68a6327 100644 (file)
  * SUCH DAMAGE.
  */
 
-#include <stdio.h>
+#include <h/mh.h>
 #include <termios.h>
-#include <unistd.h>   /* for isatty() */
-#include "h/mh.h"     /* for adios() */
 
 /* We don't use MAX_PASS here because the maximum password length on a remote
    POP daemon will have nothing to do with the length on our OS.  256 is
-   arbitrary but hopefully big enough to accomodate everyone. */
+   arbitrary but hopefully big enough to accommodate everyone. */
 #define MAX_PASSWORD_LEN 256
 
 #ifndef TCSANOW