Deleted Added
full compact
err.c (111367) err.c (132946)
1/*
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 */
13
14#include <sendmail.h>
15
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 */
13
14#include <sendmail.h>
15
16SM_RCSID("@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $")
16SM_RCSID("@(#)$Id: err.c,v 8.191 2003/01/10 02:16:46 ca Exp $")
17
18#if LDAPMAP
19# include <lber.h>
20# include <ldap.h> /* for LDAP error codes */
21#endif /* LDAPMAP */
22
23static void putoutmsg __P((char *, bool, bool));
24static void puterrmsg __P((char *));

--- 208 unchanged lines hidden (view full) ---

233#endif /* EPIPE */
234#ifdef ENOBUFS
235 case ENOBUFS:
236#endif /* ENOBUFS */
237#ifdef ESTALE
238 case ESTALE:
239#endif /* ESTALE */
240 printopenfds(true);
17
18#if LDAPMAP
19# include <lber.h>
20# include <ldap.h> /* for LDAP error codes */
21#endif /* LDAPMAP */
22
23static void putoutmsg __P((char *, bool, bool));
24static void puterrmsg __P((char *));

--- 208 unchanged lines hidden (view full) ---

233#endif /* EPIPE */
234#ifdef ENOBUFS
235 case ENOBUFS:
236#endif /* ENOBUFS */
237#ifdef ESTALE
238 case ESTALE:
239#endif /* ESTALE */
240 printopenfds(true);
241 mci_dump_all(true);
241 mci_dump_all(smioout, true);
242 break;
243 }
244 if (panic)
245 {
246#if XLA
247 xla_all_end();
248#endif /* XLA */
249 sync_queue_time();

--- 912 unchanged lines hidden ---
242 break;
243 }
244 if (panic)
245 {
246#if XLA
247 xla_all_end();
248#endif /* XLA */
249 sync_queue_time();

--- 912 unchanged lines hidden ---