Remove references to vm_zone.h and switch over to the new uma API.

This commit is contained in:
Jeff Roberson 2002-03-20 08:03:54 +00:00
parent 03d1b8bc94
commit 9454002711
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92767

View File

@ -84,7 +84,7 @@
#include <sys/proc.h>
#include <sys/jail.h>
#include <vm/vm_zone.h>
#include <vm/uma.h>
#include <net/if.h>
#include <net/if_types.h>
@ -620,7 +620,7 @@ in6_pcbdetach(inp)
ip_freemoptions(inp->inp_moptions);
inp->inp_vflag = 0;
zfree(ipi->ipi_zone, inp);
uma_zfree(ipi->ipi_zone, inp);
}
/*