From 7db286411e6127edcdd31f558ac20de5c63055b0 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sat, 15 Nov 2008 04:38:10 +0000 Subject: [PATCH] Bring in a change already in the sendmail repository that will allow sendmail to be built with the c99 compiler. Submitted by: rdivacky --- src/sendmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sendmail.h b/src/sendmail.h index 88607e684ae0..b6b231d844ef 100644 --- a/src/sendmail.h +++ b/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)