cvs commit: src/lib/libmemstat memstat_uma.c

Robert Watson rwatson at FreeBSD.org
Thu Aug 4 10:06:39 GMT 2005


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


More information about the cvs-all mailing list