mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
Remove DOS comment.
This commit is contained in:
parent
c12b24102a
commit
b219b6aa48
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue