From bcf7b470799e9116b91346cb9ea170db4ccc0e9e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 31 Aug 2002 10:54:58 +0000 Subject: [PATCH] silence warnings --- libraries/liblutil/passfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/passfile.c b/libraries/liblutil/passfile.c index 44c73a6625..f31466aea2 100644 --- a/libraries/liblutil/passfile.c +++ b/libraries/liblutil/passfile.c @@ -8,6 +8,7 @@ #include +#include #include #include @@ -25,7 +26,6 @@ lutil_get_filed_password( const char *filename, struct berval *passwd ) { - int rc; size_t nread, nleft, nr; FILE *f = fopen( filename, "r" ); -- 2.39.5