Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/09/1998 17:41:25
Module Name:	xsrc
Committed By:	thorpej
Date:		Thu Dec 10 01:41:25 UTC 1998

Modified Files:
	xsrc/xc/programs/Xserver/hw/sun: sunFbs.c
Log Message:
- Make sure MAP_FILE is specified.
- Don't try to map the frame buffer MAP_PRIVATE before mapping it MAP_SHARED
if running on NetBSD.  The semantics documented aren't that way on NetBSD,
and the old code caused the VM system to produce a warning about the
non-sensical MAP_PRIVATE of a device.