X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/da6af9633e4ecdc19b1ee01de023fa4dfe615c39..68261ea30bdaec3384876f2fe152a377d2d5c0d1:/sbr/getpass.c?ds=sidebyside diff --git a/sbr/getpass.c b/sbr/getpass.c index 6bc2cb8a..865f231b 100644 --- a/sbr/getpass.c +++ b/sbr/getpass.c @@ -29,18 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ -#include +#include #include -#include /* 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