Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/vm/memguard.h 212058 2010-08-31 16:57:58Z mdf $
---
> * $FreeBSD: head/sys/vm/memguard.h 226313 2011-10-12 18:08:28Z glebius $
43c43,44
< int memguard_cmp(struct malloc_type *, unsigned long);
---
> int memguard_cmp_mtp(struct malloc_type *, unsigned long);
> int memguard_cmp_zone(uma_zone_t);
51c52,53
< #define memguard_cmp(mtp, size) 0
---
> #define memguard_cmp_mtp(mtp, size) 0
> #define memguard_cmp_zone(zone) 0