Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/02/1998 16:30:02
thorpej
Thu Jul  2 16:26:59 PDT 1998
Update of /cvsroot/src/sys/compat/linux
In directory nb00:/tmp/cvs-serv5519

Modified Files:
	linux_misc.c 
Log Message:
Implement the shrinking and no-change bits of the Linux mremap(2) system
call, provided by Urban Boquist <boquist@cs.chalmers.se> in PR #5693.

Add a comment about how one might implement the growing bit of mremap(2).