From b219b6aa4863408917e69b0463b1370031480fa3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 5 Jun 1999 20:14:02 +0000 Subject: [PATCH] Remove DOS comment. --- libraries/liblutil/getpass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.39.5