Deleted Added
full compact
fpos.c (141858) fpos.c (157001)
1/*
2 * Copyright (c) 2000-2001, 2004 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 */
14
15#include <sm/gen.h>
1/*
2 * Copyright (c) 2000-2001, 2004 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 */
14
15#include <sm/gen.h>
16SM_RCSID("@(#)$Id: fpos.c,v 1.38 2004/08/03 20:17:38 ca Exp $")
16SM_RCSID("@(#)$Id: fpos.c,v 1.39 2005/06/14 23:07:20 ca Exp $")
17#include <errno.h>
18#include <setjmp.h>
17#include <errno.h>
18#include <setjmp.h>
19#include <sys/time.h>
19#include <sm/time.h>
20#include <sm/heap.h>
21#include <sm/signal.h>
22#include <sm/clock.h>
23#include <sm/io.h>
24#include <sm/assert.h>
25#include "local.h"
26
27static void tellalrm __P((int));

--- 126 unchanged lines hidden ---
20#include <sm/heap.h>
21#include <sm/signal.h>
22#include <sm/clock.h>
23#include <sm/io.h>
24#include <sm/assert.h>
25#include "local.h"
26
27static void tellalrm __P((int));

--- 126 unchanged lines hidden ---