Deleted Added
full compact
mail.local.c (90825) mail.local.c (94337)
1/*
1/*
2 * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * By using this file, you agree to the terms and conditions set
8 * forth in the LICENSE file which can be found at the top level of
9 * the sendmail distribution.
10 *
11 */
12
13#include <sm/gen.h>
14
15SM_IDSTR(copyright,
16"@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.\n\
17 All rights reserved.\n\
18 Copyright (c) 1990, 1993, 1994\n\
19 The Regents of the University of California. All rights reserved.\n")
20
3 * All rights reserved.
4 * Copyright (c) 1990, 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * By using this file, you agree to the terms and conditions set
8 * forth in the LICENSE file which can be found at the top level of
9 * the sendmail distribution.
10 *
11 */
12
13#include <sm/gen.h>
14
15SM_IDSTR(copyright,
16"@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.\n\
17 All rights reserved.\n\
18 Copyright (c) 1990, 1993, 1994\n\
19 The Regents of the University of California. All rights reserved.\n")
20
21SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.235 2001/12/30 04:59:39 gshapiro Exp $")
21SM_IDSTR(id, "@(#)$Id: mail.local.c,v 8.238 2002/03/30 07:43:21 geir Exp $")
22
23#include <stdlib.h>
24#include <sm/errstring.h>
25#include <sm/io.h>
26#include <sm/limits.h>
27# include <unistd.h>
28# ifdef EX_OK
29# undef EX_OK /* unistd.h may have another use for this */
30# endif /* EX_OK */
31#include <sm/mbdb.h>
32#include <sm/sysexits.h>
33
22
23#include <stdlib.h>
24#include <sm/errstring.h>
25#include <sm/io.h>
26#include <sm/limits.h>
27# include <unistd.h>
28# ifdef EX_OK
29# undef EX_OK /* unistd.h may have another use for this */
30# endif /* EX_OK */
31#include <sm/mbdb.h>
32#include <sm/sysexits.h>
33
34/* $FreeBSD: head/contrib/sendmail/mail.local/mail.local.c 90825 2002-02-18 02:18:42Z gshapiro $ */
34/* $FreeBSD: head/contrib/sendmail/mail.local/mail.local.c 94337 2002-04-10 03:06:22Z gshapiro $ */
35
36/*
37** This is not intended to work on System V derived systems
38** such as Solaris or HP-UX, since they use a totally different
39** approach to mailboxes (essentially, they have a set-group-ID program
40** rather than set-user-ID, and they rely on the ability to "give away"
41** files to do their work). IT IS NOT A BUG that this doesn't
42** work on such architectures.

--- 1656 unchanged lines hidden ---
35
36/*
37** This is not intended to work on System V derived systems
38** such as Solaris or HP-UX, since they use a totally different
39** approach to mailboxes (essentially, they have a set-group-ID program
40** rather than set-user-ID, and they rely on the ability to "give away"
41** files to do their work). IT IS NOT A BUG that this doesn't
42** work on such architectures.

--- 1656 unchanged lines hidden ---