Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/11/2000 22:25:37
Module Name:	syssrc
Committed By:	fvdl
Date:		Mon Sep 11 19:25:36 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/common [netbsd-1-5]: linux_misc.c

Log Message:
Pull up revision 1.72:
	In the case of MAP_ANON, Linux mmap ignores the fd argument completely.
	So, always pass -1 to the native syscall in that case, to avoid
	errors if a Linux app doesn't specify -1 as the fd (which some do).

approved by thorpej


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.69.4.1 syssrc/sys/compat/linux/common/linux_misc.c

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