From 3de1350407bcfce79b71afe37f2040d991908b3f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 1 Feb 1998 17:11:07 +0000 Subject: setpwent now has a void return type, so remove the now bogus cast. --- usr.sbin/sendmail/src/recipient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sendmail') diff --git a/usr.sbin/sendmail/src/recipient.c b/usr.sbin/sendmail/src/recipient.c index adcce7acf835..579536632475 100644 --- a/usr.sbin/sendmail/src/recipient.c +++ b/usr.sbin/sendmail/src/recipient.c @@ -736,7 +736,7 @@ finduser(name, fuzzyp) if (*p == (SpaceSub & 0177) || *p == '_') *p = ' '; } - (void) setpwent(); + setpwent(); while ((pw = getpwent()) != NULL) { char buf[MAXNAME + 1]; -- cgit v1.3