From owner-cvs-sys Sun Apr 6 09:16:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA09044 for cvs-sys-outgoing; Sun, 6 Apr 1997 09:16:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA09032; Sun, 6 Apr 1997 09:16:17 -0700 (PDT) Date: Sun, 6 Apr 1997 09:16:17 -0700 (PDT) From: Peter Wemm Message-Id: <199704061616.JAA09032@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/04/06 09:16:16 Modified: sys/vm vm_fault.c Log: Commit a typo fix that's been sitting in my tree for ages, quite forgotten. The typo was detected once apon a time with the -Wunused compile option. The result was that a block of code for implementing madvise(.. MADV_SEQUENTIAL..) behavior was "dead" and unused, probably negating the effect of activating the option. Reviewed by: dyson Revision Changes Path 1.68 +2 -2 src/sys/vm/vm_fault.c