Deleted Added
full compact
mem1.c (75731) mem1.c (75782)
1/* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */
1/* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#ifndef lint
35static const char rcsid[] =
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#ifndef lint
35static const char rcsid[] =
36 "$FreeBSD: head/usr.bin/xlint/lint1/mem1.c 75731 2001-04-20 09:43:30Z asmodai $";
36 "$FreeBSD: head/usr.bin/xlint/lint1/mem1.c 75782 2001-04-21 11:17:44Z asmodai $";
37#endif
38
39#include <sys/types.h>
40#include <sys/mman.h>
41#include <sys/param.h>
42#include <stdlib.h>
43#include <string.h>
44#include <unistd.h>

--- 315 unchanged lines hidden ---
37#endif
38
39#include <sys/types.h>
40#include <sys/mman.h>
41#include <sys/param.h>
42#include <stdlib.h>
43#include <string.h>
44#include <unistd.h>

--- 315 unchanged lines hidden ---