From: Kurt Zeilenga Date: Sat, 5 Jun 1999 20:14:02 +0000 (+0000) Subject: Remove DOS comment. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~398 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b219b6aa4863408917e69b0463b1370031480fa3;p=openldap Remove DOS comment. --- diff --git a/libraries/liblutil/getpass.c b/libraries/liblutil/getpass.c index eddcd4eaf5..f922c671ea 100644 --- a/libraries/liblutil/getpass.c +++ b/libraries/liblutil/getpass.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -147,7 +146,7 @@ getpass( const char *prompt ) if (no_pass) return(NULL); return(pbuf); -#endif /* DOS */ +#endif } #endif /* !HAVE_GETPASS */