From ad7d547acd8ee484f6841dd6c63bd768144e1329 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 12 Aug 2010 10:33:01 -0700 Subject: - (tim) [auth.c] add cast to quiet compiler. Change only affects SVR5 systems. --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') diff --git a/auth.c b/auth.c index a27667f42..dba1e6555 100644 --- a/auth.c +++ b/auth.c @@ -143,7 +143,7 @@ allowed_user(struct passwd * pw) locked = 1; #endif #ifdef USE_LIBIAF - free(passwd); + free((void *) passwd); #endif /* USE_LIBIAF */ if (locked) { logit("User %.100s not allowed because account is locked", -- cgit v1.2.3