The socket_zone UMA zone is now private to uipc_socket.c.

This commit is contained in:
Pawel Jakub Dawidek 2012-12-08 08:35:49 +00:00
parent 3fb7827628
commit 8713f68a7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244022

View File

@ -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;