Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 1997 09:16:17 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_fault.c
Message-ID:  <199704061616.JAA09032@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704061616.JAA09032>