Bring in a change already in the sendmail repository that

will allow sendmail to be built with the c99 compiler.

Submitted by:	rdivacky
This commit is contained in:
Gregory Neil Shapiro 2008-11-15 04:38:10 +00:00
parent e8e0e5823a
commit 7db286411e

View File

@ -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)