diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-09-19 23:14:57 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-09-19 23:14:57 +0000 |
commit | 7660b554bc59a07be0431c17e0e33815818baa69 (patch) | |
tree | 10254441c41119a570c883ad07917b96add798c0 /contrib/sendmail/cf | |
parent | 2baeb480ca7e9ef7a135c663faa77c95880915f3 (diff) |
Fix sendmail 8.12.10 import conflicts
Notes
Notes:
svn path=/head/; revision=120259
Diffstat (limited to 'contrib/sendmail/cf')
-rw-r--r-- | contrib/sendmail/cf/m4/cfhead.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4 index edc1d56482e0..a2dbedd8d554 100644 --- a/contrib/sendmail/cf/m4/cfhead.m4 +++ b/contrib/sendmail/cf/m4/cfhead.m4 @@ -1,5 +1,5 @@ # -# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. +# Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers. # All rights reserved. # Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved. # Copyright (c) 1988, 1993 @@ -307,4 +307,4 @@ define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'') divert(0)dnl -VERSIONID(`$Id: cfhead.m4,v 8.108.2.2 2003/03/11 21:24:20 ca Exp $') +VERSIONID(`$Id: cfhead.m4,v 8.108.2.3 2003/04/03 17:51:51 ca Exp $') |