Subject: re: CVS commit: src
To: None <tv@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/30/1998 23:10:48
hmm..
i dunno. i recon that netbsd's madvise() should fail if it doesn't work..
if the emulations rely on it's "success" (as you say), then they should
be changed to ignore what the *real* madvise() does?
comments?
.mrg.
Module Name: src
Committed By: tv
Date: Wed Sep 30 12:07:52 UTC 1998
Modified Files:
src/sys/uvm: uvm_mmap.c
src/sys/vm: vm_mmap.c
Log Message:
Declare silent success on madvise(). As an advisory call, it is harmless
to pretend success even though it's not supported, and some emulations
rely on its success.