]> git.sur5r.net Git - openldap/commitdiff
Remove DOS comment.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 5 Jun 1999 20:14:02 +0000 (20:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 5 Jun 1999 20:14:02 +0000 (20:14 +0000)
libraries/liblutil/getpass.c

index eddcd4eaf52156db31d212a131d9174596c98981..f922c671ea3ecec12a3b8d0fba1353971e713f09 100644 (file)
@@ -19,7 +19,6 @@
 #include <ac/stdlib.h>
 
 #include <ac/ctype.h>
-#include <ac/errno.h>
 #include <ac/signal.h>
 #include <ac/string.h>
 #include <ac/termios.h>
@@ -147,7 +146,7 @@ getpass( const char *prompt )
        if (no_pass)
                return(NULL);
        return(pbuf);
-#endif /* DOS */
+#endif
 }
 
 #endif /* !HAVE_GETPASS */