Date: Sun, 31 Jan 2010 19:29:51 +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-6@freebsd.org Subject: svn commit: r203308 - stable/6/contrib/sendmail/src Message-ID: <201001311929.o0VJTph7017472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311929.o0VJTph7017472>