diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-08-01 01:34:52 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-08-01 01:34:52 +0000 |
commit | dd6c7dd90718eb75265a1bfbb6629504006fc5c6 (patch) | |
tree | c60974e20ddd9c9b2925bf5f89866c3f3546646f /contrib/sendmail/src/err.c | |
parent | e147a0c4ede93cc9e8a78357d38ea4c6183f45ae (diff) | |
download | FreeBSD-src-dd6c7dd90718eb75265a1bfbb6629504006fc5c6.zip FreeBSD-src-dd6c7dd90718eb75265a1bfbb6629504006fc5c6.tar.gz |
Resolve conflicts from import of sendmail 8.11.5
Diffstat (limited to 'contrib/sendmail/src/err.c')
-rw-r--r-- | contrib/sendmail/src/err.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/sendmail/src/err.c b/contrib/sendmail/src/err.c index c8a69de..46086ca 100644 --- a/contrib/sendmail/src/err.c +++ b/contrib/sendmail/src/err.c @@ -12,7 +12,7 @@ */ #ifndef lint -static char id[] = "@(#)$Id: err.c,v 8.120.4.2 2001/05/03 17:24:06 gshapiro Exp $"; +static char id[] = "@(#)$Id: err.c,v 8.120.4.3 2001/05/30 00:22:26 gshapiro Exp $"; #endif /* ! lint */ /* $FreeBSD$ */ @@ -159,8 +159,6 @@ syserr(fmt, va_alist) #ifdef ESTALE case ESTALE: #endif /* ESTALE */ - - printopenfds(TRUE); mci_dump_all(TRUE); break; |