Deleted Added
full compact
makebuf.c (302408) makebuf.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 * 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>
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: makebuf.c,v 1.27 2013-11-22 20:51:43 ca Exp $")
16SM_RCSID("@(#)$Id: makebuf.c,v 1.26 2001/10/31 16:04:08 ca Exp $")
17#include <stdlib.h>
18#include <unistd.h>
19#include <sys/types.h>
20#include <sys/stat.h>
21#include <sm/io.h>
22#include <sm/heap.h>
23#include <sm/conf.h>
24#include "local.h"

--- 130 unchanged lines hidden ---
17#include <stdlib.h>
18#include <unistd.h>
19#include <sys/types.h>
20#include <sys/stat.h>
21#include <sm/io.h>
22#include <sm/heap.h>
23#include <sm/conf.h>
24#include "local.h"

--- 130 unchanged lines hidden ---