svn commit: r203308 - stable/6/contrib/sendmail/src

Gregory Neil Shapiro gshapiro at FreeBSD.org
Sun Jan 31 19:29:51 UTC 2010


Author: gshapiro
Date: Sun Jan 31 19:29:51 2010
New Revision: 203308
URL: http://svn.freebsd.org/changeset/base/203308

Log:
  MFC: Merge from vendor dist: Bring in a change already in the sendmail
       repository that will allow sendmail to be built with the c99 compiler.

Modified:
  stable/6/contrib/sendmail/src/sendmail.h
Directory Properties:
  stable/6/contrib/sendmail/   (props changed)

Modified: stable/6/contrib/sendmail/src/sendmail.h
==============================================================================
--- stable/6/contrib/sendmail/src/sendmail.h	Sun Jan 31 19:21:03 2010	(r203307)
+++ stable/6/contrib/sendmail/src/sendmail.h	Sun Jan 31 19:29:51 2010	(r203308)
@@ -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)


More information about the svn-src-stable-6 mailing list