Author: gshapiro
Date: Sun Jan 31 19:15:47 2010
New Revision: 203304
URL: http://svn.freebsd.org/changeset/base/203304

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.
  
  Approved by:  re (kensmith)

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

Modified: stable/7/contrib/sendmail/src/sendmail.h
==============================================================================
--- stable/7/contrib/sendmail/src/sendmail.h    Sun Jan 31 19:12:24 2010        
(r203303)
+++ stable/7/contrib/sendmail/src/sendmail.h    Sun Jan 31 19:15:47 2010        
(r203304)
@@ -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)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to