Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 04/27/1999 23:01:52
Module Name:	src
Committed By:	cgd
Date:		Wed Apr 28 06:01:52 UTC 1999

Modified Files:
	src/sys/compat/osf1: osf1_misc.c
Log Message:
fix some bugs (good to get to the point where bug-fixing is an issue!):
* when copying out the timezone in gettimeofday, don't accidentally copy
out the timeval again (into the timezone buffer).
* mmap() PROT_WRITE and PROT_EXECUTE imply PROT_READ.