Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2008 04:38:10 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r184979 - vendor/sendmail/dist/src
Message-ID:  <200811150438.mAF4cBKe010495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Sat Nov 15 04:38:10 2008
New Revision: 184979
URL: http://svn.freebsd.org/changeset/base/184979

Log:
  Bring in a change already in the sendmail repository that
  will allow sendmail to be built with the c99 compiler.
  
  Submitted by:	rdivacky

Modified:
  vendor/sendmail/dist/src/sendmail.h

Modified: vendor/sendmail/dist/src/sendmail.h
==============================================================================
--- vendor/sendmail/dist/src/sendmail.h	Sat Nov 15 03:09:50 2008	(r184978)
+++ vendor/sendmail/dist/src/sendmail.h	Sat Nov 15 04:38:10 2008	(r184979)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811150438.mAF4cBKe010495>