Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2003 06:30:46 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm swap_pager.c swap_pager.h vm_pageout.c vm_swap.c
Message-ID:  <200301031430.h03EUk4C007091@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/01/03 06:30:46 PST

  Modified files:
    sys/vm               swap_pager.c swap_pager.h vm_pageout.c 
                         vm_swap.c 
  Log:
  Avoid extern decls in .c files by putting them in the vm/swap_pager.h
  include file where they belong.
  Share the dmmax_mask variable.
  
  Revision  Changes    Path
  1.186     +1 -12     src/sys/vm/swap_pager.c
  1.37      +9 -0      src/sys/vm/swap_pager.h
  1.220     +0 -1      src/sys/vm/vm_pageout.c
  1.128     +2 -3      src/sys/vm/vm_swap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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