From 960d5c29b49eafda28b8c64dfb2eef6f0a3ecb4d Mon Sep 17 00:00:00 2001 From: davidn Date: Wed, 29 Jan 1997 06:11:31 +0000 Subject: Added -Wall to CFLAGS, cleaned up (all avoidable) warnings. --- lib/libutil/login_auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libutil/login_auth.c') diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index e54a5dc..a625b65 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -75,7 +75,6 @@ static void free_auth_info(void) { int i; - char *ptr; auth_info.reject = 0; auth_info.auths = 0; @@ -285,6 +284,7 @@ auth_env(void) } setenv(nam, ptr, 1); } + return 0; } @@ -327,6 +327,7 @@ auth_rmfiles(void) free(auth_info.files[i]); auth_info.files[i] = NULL; } + return 0; } -- cgit v1.1