Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2005 10:06:39 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libmemstat memstat_uma.c
Message-ID:  <200508041006.j74A6dhW071246@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-08-04 10:06:39 UTC

  FreeBSD src repository

  Modified files:
    lib/libmemstat       memstat_uma.c 
  Log:
  Define LIBMEMSTAT so that vm_page.h won't perform a nested include of
  opt_vmpage.h.
  
  Remove definition of _KERNEL, it is no longer required in order to
  include uma_int.h, as the sensitive parts of uma_int.h (a number of
  inlines depending on kernel-only constants) are now protected by
  _KERNEL.
  
  Revision  Changes    Path
  1.11      +1 -9      src/lib/libmemstat/memstat_uma.c



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