Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/22/2004 15:40:41
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug 22 15:40:41 UTC 2004

Modified Files:
	src/sys/compat/linux/common: linux_oldmmap.c linux_oldmmap.h

Log Message:
make struct linux_oldmmap members explicitly unsigned (with exception
of lm_fd, which can be -1), rename lm_pos to lm_offset, g/c some unneeded casts

no functional change


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/compat/linux/common/linux_oldmmap.c
cvs rdiff -r1.2 -r1.3 src/sys/compat/linux/common/linux_oldmmap.h

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