On Sat, Dec 08, 2012 at 08:35:50AM +0000, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Sat Dec 8 08:35:49 2012 > New Revision: 244022 > URL: http://svnweb.freebsd.org/changeset/base/244022 > > Log: > The socket_zone UMA zone is now private to uipc_socket.c.
My local builds worked, because I had this change locally, but forgot to commit it with the others yesterday, sorry about that. > Modified: > head/sys/sys/socketvar.h > > Modified: head/sys/sys/socketvar.h > ============================================================================== > --- head/sys/sys/socketvar.h Sat Dec 8 08:22:33 2012 (r244021) > +++ head/sys/sys/socketvar.h Sat Dec 8 08:35:49 2012 (r244022) > @@ -294,7 +294,6 @@ MALLOC_DECLARE(M_SONAME); > > extern int maxsockets; > extern u_long sb_max; > -extern struct uma_zone *socket_zone; > extern so_gen_t so_gencnt; > > struct mbuf; -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl
pgpM6OOMJr1IY.pgp
Description: PGP signature
