svn commit: r244022 - head/sys/sys
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Dec 8 08:37:11 UTC 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20121208/5ea6dcdd/attachment.sig>
More information about the svn-src-all
mailing list