Date: Thu, 3 Jun 2004 21:03:26 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_blist.c src/sys/sys blist.h src/sys/vm vm_page.h Message-ID: <200406040403.i5443QOZ031234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/06/03 21:03:26 PDT FreeBSD src repository Modified files: sys/kern subr_blist.c sys/sys blist.h sys/vm vm_page.h Log: Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to blist.h, enabling the removal of numerous #includes from subr_blist.c. (subr_blist.c and swap_pager.c are the only users of these definitions.) Revision Changes Path 1.17 +0 -5 src/sys/kern/subr_blist.c 1.8 +8 -0 src/sys/sys/blist.h 1.130 +0 -8 src/sys/vm/vm_page.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406040403.i5443QOZ031234>