Deleted Added
full compact
err.c (90795) err.c (95157)
1/*
2 * Copyright (c) 1998-2002 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
1/*
2 * Copyright (c) 1998-2002 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
16SM_RCSID("@(#)$Id: err.c,v 8.189 2002/01/09 18:52:30 ca Exp $")
16SM_RCSID("@(#)$Id: err.c,v 1.1.1.7 2002/02/17 21:56:39 gshapiro Exp $")
17
17
18/* $FreeBSD: head/contrib/sendmail/src/err.c 90795 2002-02-17 21:58:34Z gshapiro $ */
18/* $FreeBSD: head/contrib/sendmail/src/err.c 95157 2002-04-20 20:34:16Z gshapiro $ */
19
20#if LDAPMAP
21# include <lber.h>
22# include <ldap.h> /* for LDAP error codes */
23#endif /* LDAPMAP */
24
25static void putoutmsg __P((char *, bool, bool));
26static void puterrmsg __P((char *));

--- 1137 unchanged lines hidden ---
19
20#if LDAPMAP
21# include <lber.h>
22# include <ldap.h> /* for LDAP error codes */
23#endif /* LDAPMAP */
24
25static void putoutmsg __P((char *, bool, bool));
26static void puterrmsg __P((char *));

--- 1137 unchanged lines hidden ---