Subject: CVS commit: src/usr.bin/xlint
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/21/2003 23:58:53
Module Name:	src
Committed By:	christos
Date:		Tue Oct 21 23:58:53 UTC 2003

Modified Files:
	src/usr.bin/xlint/common: externs.h mem.c
	src/usr.bin/xlint/lint1: mem1.c
	src/usr.bin/xlint/lint2: mem2.c

Log Message:
PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON.
Centralize the mmap allocations in a new function, xmapalloc() that handles
this.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.bin/xlint/common/externs.h
cvs rdiff -r1.4 -r1.5 src/usr.bin/xlint/common/mem.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/xlint/lint1/mem1.c
cvs rdiff -r1.7 -r1.8 src/usr.bin/xlint/lint2/mem2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.