Deleted Added
full compact
mem1.c (100364) mem1.c (148723)
1/* $NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv 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

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

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#include <sys/cdefs.h>
35#if defined(__RCSID) && !defined(lint)
36__RCSID("$NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv Exp $");
37#endif
1/* $NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv 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

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

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#include <sys/cdefs.h>
35#if defined(__RCSID) && !defined(lint)
36__RCSID("$NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv Exp $");
37#endif
38__FBSDID("$FreeBSD: head/usr.bin/xlint/lint1/mem1.c 100364 2002-07-19 16:38:21Z markm $");
38__FBSDID("$FreeBSD: head/usr.bin/xlint/lint1/mem1.c 148723 2005-08-05 09:07:42Z stefanf $");
39
40#include <sys/types.h>
41#include <sys/mman.h>
42#include <sys/param.h>
39
40#include <sys/types.h>
41#include <sys/mman.h>
42#include <sys/param.h>
43#include <err.h>
43#include <stdlib.h>
44#include <string.h>
45#include <unistd.h>
46
47#include "lint1.h"
48
49/*
50 * Filenames allocated by fnalloc() and fnnalloc() are shared.

--- 314 unchanged lines hidden ---
44#include <stdlib.h>
45#include <string.h>
46#include <unistd.h>
47
48#include "lint1.h"
49
50/*
51 * Filenames allocated by fnalloc() and fnnalloc() are shared.

--- 314 unchanged lines hidden ---