Author: pluknet Date: Fri Sep 2 14:10:42 2011 New Revision: 225330 URL: http://svn.freebsd.org/changeset/base/225330
Log: Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nested include of opt_vmpage.h from vm/vm_page.h. opt_vmpage.h was retired before 7.0 together with options PQ_NOOPT. Approved by: re (kib) MFC after: 3 days Modified: head/lib/libmemstat/memstat_uma.c Modified: head/lib/libmemstat/memstat_uma.c ============================================================================== --- head/lib/libmemstat/memstat_uma.c Fri Sep 2 13:03:56 2011 (r225329) +++ head/lib/libmemstat/memstat_uma.c Fri Sep 2 14:10:42 2011 (r225330) @@ -30,7 +30,6 @@ #include <sys/cpuset.h> #include <sys/sysctl.h> -#define LIBMEMSTAT /* Cause vm_page.h not to include opt_vmpage.h */ #include <vm/vm.h> #include <vm/vm_page.h> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"