summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2008-11-15 04:43:54 +0000
committergshapiro <gshapiro@FreeBSD.org>2008-11-15 04:43:54 +0000
commit9ceaef29da47a3572a10eb075ebe3ed6115f9218 (patch)
tree8f84483b989c8cb4c1b94edbc81464f01db3d8c7 /contrib/sendmail
parent5807aa93127c4de785d2ea6d94bbbe83e31126dd (diff)
downloadFreeBSD-src-9ceaef29da47a3572a10eb075ebe3ed6115f9218.zip
FreeBSD-src-9ceaef29da47a3572a10eb075ebe3ed6115f9218.tar.gz
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
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/src/sendmail.h2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud