Deleted Added
full compact
syslogio.c (302408) syslogio.c (90792)
1/*
1/*
2 * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers.
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
11SM_RCSID("@(#)$Id: syslogio.c,v 1.30 2013-11-22 20:51:43 ca Exp $")
11SM_RCSID("@(#)$Id: syslogio.c,v 1.29 2001/09/11 04:04:49 gshapiro Exp $")
12#include <stdlib.h>
13#include <unistd.h>
14#include <fcntl.h>
15#include <syslog.h>
16#include <errno.h>
17#ifdef SM_RPOOL
18# include <sm/rpool.h>
19#endif /* SM_RPOOL */

--- 201 unchanged lines hidden ---
12#include <stdlib.h>
13#include <unistd.h>
14#include <fcntl.h>
15#include <syslog.h>
16#include <errno.h>
17#ifdef SM_RPOOL
18# include <sm/rpool.h>
19#endif /* SM_RPOOL */

--- 201 unchanged lines hidden ---