summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-06-26 02:50:37 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-06-26 02:50:37 +0000
commit010f348bc91645e622efb979d3bba62fbce5be99 (patch)
treeba76c9e8fb1302c900b7045257cc9ab9baf1f618 /contrib/sendmail/src
parentccc8f9377a082e37260bfd23dcdf65d7684a75a2 (diff)
downloadFreeBSD-src-010f348bc91645e622efb979d3bba62fbce5be99.zip
FreeBSD-src-010f348bc91645e622efb979d3bba62fbce5be99.tar.gz
Resolve conflicts from import of sendmail 8.12.5
Diffstat (limited to 'contrib/sendmail/src')
-rw-r--r--contrib/sendmail/src/conf.c4
-rw-r--r--contrib/sendmail/src/conf.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/src/conf.c b/contrib/sendmail/src/conf.c
index fb0b795..677aea2 100644
--- a/contrib/sendmail/src/conf.c
+++ b/contrib/sendmail/src/conf.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: conf.c,v 8.969 2002/05/24 23:48:55 gshapiro Exp $")
+SM_RCSID("@(#)$Id: conf.c,v 8.972 2002/06/18 16:11:44 ca Exp $")
/* $FreeBSD$ */
@@ -2340,7 +2340,7 @@ typedef unsigned int *pt_entry_t;
*/
# ifdef SPT_ALIGN_SIZE
-# define SPT_ALIGN(x, align) ((((x) + SPT_ALIGN_SIZE) >> (align)) << (align))
+# define SPT_ALIGN(x, align) (((((x) + SPT_ALIGN_SIZE) >> (align)) << (align)) - 1)
# else /* SPT_ALIGN_SIZE */
# define SPT_ALIGN(x, align) (x)
# endif /* SPT_ALIGN_SIZE */
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h
index df6f301..fb562f4 100644
--- a/contrib/sendmail/src/conf.h
+++ b/contrib/sendmail/src/conf.h
@@ -10,7 +10,7 @@
* the sendmail distribution.
*
*
- * $Id: conf.h,v 8.562 2002/05/22 19:46:26 gshapiro Exp $
+ * $Id: conf.h,v 8.563 2002/06/04 02:13:50 geir Exp $
*/
/* $FreeBSD$ */
OpenPOWER on IntegriCloud