]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/getpass.c
Remove DOS comment.
[openldap] / libraries / liblutil / getpass.c
index c5cc6b0e32245598cd85b4aaf8cb05c65bdaab74..f922c671ea3ecec12a3b8d0fba1353971e713f09 100644 (file)
 #ifndef HAVE_GETPASS
 
 #include <stdio.h>
-#include <stdlib.h>
+
+#include <ac/stdlib.h>
 
 #include <ac/ctype.h>
-#include <ac/errno.h>
 #include <ac/signal.h>
 #include <ac/string.h>
 #include <ac/termios.h>
@@ -146,7 +146,7 @@ getpass( const char *prompt )
        if (no_pass)
                return(NULL);
        return(pbuf);
-#endif /* DOS */
+#endif
 }
 
-#endif /* !HAVE_GETPASS */
\ No newline at end of file
+#endif /* !HAVE_GETPASS */