diff options
author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-09-02 14:10:42 +0000 |
---|---|---|
committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-09-02 14:10:42 +0000 |
commit | cfc9e655bacc58c2098f47f52302884beb1453c1 (patch) | |
tree | 4a0e9454baf4a45139986d360df37fd41cee5490 | |
parent | 2c862d88e8d97786659ae8a6bfd87ddb96215287 (diff) |
Notes
-rw-r--r-- | lib/libmemstat/memstat_uma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index 58a08cfddbc33..35f6dad45a46b 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> |