From owner-svn-src-all@FreeBSD.ORG Sun Jan 31 19:15:47 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F621065695; Sun, 31 Jan 2010 19:15:47 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 946DB8FC26; Sun, 31 Jan 2010 19:15:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VJFlq7014083; Sun, 31 Jan 2010 19:15:47 GMT (envelope-from gshapiro@svn.freebsd.org) Received: (from gshapiro@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0VJFl65014081; Sun, 31 Jan 2010 19:15:47 GMT (envelope-from gshapiro@svn.freebsd.org) Message-Id: <201001311915.o0VJFl65014081@svn.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 31 Jan 2010 19:15:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203304 - stable/7/contrib/sendmail/src X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 19:15:47 -0000 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)