From 9ceaef29da47a3572a10eb075ebe3ed6115f9218 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sat, 15 Nov 2008 04:43:54 +0000 Subject: Merge from vendor dist: Bring in a change already in the sendmail repository that will allow sendmail to be built with the c99 compiler. Submitted by: rdivacky --- contrib/sendmail/src/sendmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sendmail/src/sendmail.h') diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h index 88607e6..b6b231d 100644 --- a/contrib/sendmail/src/sendmail.h +++ b/contrib/sendmail/src/sendmail.h @@ -2642,7 +2642,7 @@ extern void unsetenv __P((char *)); /* update file system information: +/- some blocks */ #if SM_CONF_SHM -extern void upd_qs __P((ENVELOPE *, bool, bool, char *)); +extern void upd_qs __P((ENVELOPE *, int, int, char *)); # define updfs(e, count, space, where) upd_qs(e, count, space, where) #else /* SM_CONF_SHM */ # define updfs(e, count, space, where) -- cgit v1.1