diff options
author | Ryan Libby <rlibby@FreeBSD.org> | 2019-12-13 11:21:28 +0000 |
---|---|---|
committer | Ryan Libby <rlibby@FreeBSD.org> | 2019-12-13 11:21:28 +0000 |
commit | d82c8ffb169b4db774e2e82013fae2cdb50bef2a (patch) | |
tree | 478fc8dd359f79408eb6fd187d1a2be64a60fb41 /lib/libmemstat | |
parent | 80ee0f4a6b3bc7cda4cdd1712392170ef0a4540e (diff) |
Revert r355706 & r355710
The quick fix didn't work. I'll sort it out tomorrow.
Revert r355710: "libmemstat: unbreak build"
Revert r355706: "uma dbg: flexible size for slab debug bitset too"
Notes
Notes:
svn path=/head/; revision=355711
Diffstat (limited to 'lib/libmemstat')
-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 cf30f5f312e5..7c292e7ba460 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -31,7 +31,6 @@ #include <sys/param.h> #include <sys/counter.h> #include <sys/cpuset.h> -#include <sys/stddef.h> #include <sys/sysctl.h> #include <vm/uma.h> |