Date: Sun, 31 Jan 2010 19:15:47 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r203304 - stable/7/contrib/sendmail/src Message-ID: <201001311915.o0VJFl65014081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311915.o0VJFl65014081>