On Sat, May 13, 2000 at 12:08:35PM -0700, Matthew Dillon wrote:
>     The linux mremap() is an idiotic system call.  Just unmap the file and
>     re-mmap it.

If you are just appending to the file, you can skip the munmap. mmap deletes
the old mappings.

        -Arun



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to