summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-09-02 14:10:42 +0000
committerpluknet <pluknet@FreeBSD.org>2011-09-02 14:10:42 +0000
commit0660d162e1cb4a8b0cc0777330d237b07392a8aa (patch)
tree4a0e9454baf4a45139986d360df37fd41cee5490 /lib/libmemstat
parent7bd40e8719efd852ad215cce301657b1a028ba33 (diff)
downloadFreeBSD-src-0660d162e1cb4a8b0cc0777330d237b07392a8aa.zip
FreeBSD-src-0660d162e1cb4a8b0cc0777330d237b07392a8aa.tar.gz
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
Diffstat (limited to 'lib/libmemstat')
-rw-r--r--lib/libmemstat/memstat_uma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c
index 58a08cf..35f6dad 100644
--- a/lib/libmemstat/memstat_uma.c
+++ b/lib/libmemstat/memstat_uma.c
@@ -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>
OpenPOWER on IntegriCloud