diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2004-08-01 01:16:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2004-08-01 01:16:16 +0000 |
commit | ca912893b4e0f16e958e36418347959a0ae09777 (patch) | |
tree | 5704eaef24b151f52d05eed1fa8736f38da24bd1 /contrib/sendmail/src/err.c | |
parent | 54475e38255c3f385a9fce62d272ba4577d0d3f4 (diff) | |
download | FreeBSD-src-ca912893b4e0f16e958e36418347959a0ae09777.zip FreeBSD-src-ca912893b4e0f16e958e36418347959a0ae09777.tar.gz |
Resolve conflicts from sendmail 8.13.1 import
Diffstat (limited to 'contrib/sendmail/src/err.c')
-rw-r--r-- | contrib/sendmail/src/err.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/src/err.c b/contrib/sendmail/src/err.c index 484af9e..5a0b5b1 100644 --- a/contrib/sendmail/src/err.c +++ b/contrib/sendmail/src/err.c @@ -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-1997 Eric P. Allman. All rights reserved. * Copyright (c) 1988, 1993 @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $") +SM_RCSID("@(#)$Id: err.c,v 8.191 2003/01/10 02:16:46 ca Exp $") #if LDAPMAP # include <lber.h> @@ -238,7 +238,7 @@ syserr(fmt, va_alist) case ESTALE: #endif /* ESTALE */ printopenfds(true); - mci_dump_all(true); + mci_dump_all(smioout, true); break; } if (panic) |