Deleted Added
full compact
mailstats.c (66497) mailstats.c (73191)
1/*
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983 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

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

16static char copyright[] =
17"@(#) Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.\n\
18 All rights reserved.\n\
19 Copyright (c) 1988, 1993\n\
20 The Regents of the University of California. All rights reserved.\n";
21#endif /* ! lint */
22
23#ifndef lint
1/*
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983 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

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

16static char copyright[] =
17"@(#) Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.\n\
18 All rights reserved.\n\
19 Copyright (c) 1988, 1993\n\
20 The Regents of the University of California. All rights reserved.\n";
21#endif /* ! lint */
22
23#ifndef lint
24static char id[] = "@(#)$Id: mailstats.c,v 8.53.16.11 2000/09/17 17:04:26 gshapiro Exp $";
24static char id[] = "@(#)$Id: mailstats.c,v 8.53.16.12 2001/02/15 20:52:36 geir Exp $";
25#endif /* ! lint */
26
25#endif /* ! lint */
26
27/* $FreeBSD: head/contrib/sendmail/mailstats/mailstats.c 66497 2000-10-01 02:03:50Z gshapiro $ */
27/* $FreeBSD: head/contrib/sendmail/mailstats/mailstats.c 73191 2001-02-28 00:22:47Z gshapiro $ */
28
29#include <unistd.h>
30#include <stddef.h>
31#include <stdlib.h>
32#include <ctype.h>
33#include <string.h>
34#include <time.h>
35#ifdef EX_OK

--- 283 unchanged lines hidden ---
28
29#include <unistd.h>
30#include <stddef.h>
31#include <stdlib.h>
32#include <ctype.h>
33#include <string.h>
34#include <time.h>
35#ifdef EX_OK

--- 283 unchanged lines hidden ---