mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
The socket_zone UMA zone is now private to uipc_socket.c.
This commit is contained in:
parent
3fb7827628
commit
8713f68a7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244022
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user