Deleted Added
full compact
signal.c (98121) signal.c (157001)
1/*
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>
1/*
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>
11SM_RCSID("@(#)$Id: signal.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $")
11SM_RCSID("@(#)$Id: signal.c,v 1.17 2005/06/14 23:07:20 ca Exp $")
12
13#if SM_CONF_SETITIMER
12
13#if SM_CONF_SETITIMER
14# include <sys/time.h>
14# include <sm/time.h>
15#endif /* SM_CONF_SETITIMER */
16#include <errno.h>
17#include <stdlib.h>
18#include <time.h>
19#include <unistd.h>
20#include <sm/clock.h>
21#include <sm/signal.h>
22#include <signal.h>

--- 318 unchanged lines hidden ---
15#endif /* SM_CONF_SETITIMER */
16#include <errno.h>
17#include <stdlib.h>
18#include <time.h>
19#include <unistd.h>
20#include <sm/clock.h>
21#include <sm/signal.h>
22#include <signal.h>

--- 318 unchanged lines hidden ---