diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-10 03:06:22 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-10 03:06:22 +0000 |
commit | 578318b6bee516e4795c90286b6ec5f1073e7a5c (patch) | |
tree | 73c310541f9ecfc39bc83a7e063bcc1d8c8488fc /contrib/sendmail/mail.local | |
parent | 58b10b6d328856d8c7b58fc71624a9c8e9021a61 (diff) | |
download | FreeBSD-src-578318b6bee516e4795c90286b6ec5f1073e7a5c.zip FreeBSD-src-578318b6bee516e4795c90286b6ec5f1073e7a5c.tar.gz |
Fix conflicts from sendmail 8.12.3 import
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r-- | contrib/sendmail/mail.local/mail.local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index cc5911c..3965233 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. + * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. * All rights reserved. * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -18,7 +18,7 @@ SM_IDSTR(copyright, Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.235 2001/12/30 04:59:39 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.238 2002/03/30 07:43:21 geir Exp $") #include <stdlib.h> #include <sm/errstring.h> |