Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/17/1999 14:05:19
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jun 17 21:05:19 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_mmap.c

Log Message:
In sys_mmap():
- rather than treating MAP_COPY like MAP_PRIVATE by sheer virtue of it not
  being MAP_SHARED, actually convert the MAP_COPY flag into MAP_PRIVATE.
- return EINVAL if MAP_SHARED and MAP_PRIVATE are both included in flags.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/uvm/uvm_mmap.c

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