diff options
Diffstat (limited to 'sys/sys/socketvar.h')
-rw-r--r-- | sys/sys/socketvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index f4e57d6..93ea687 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -52,7 +52,6 @@ typedef u_quad_t so_gen_t; struct accept_filter; struct socket { - uma_zone_t so_zone; /* zone we were allocated from */ int so_count; /* reference count */ short so_type; /* generic type, see socket.h */ short so_options; /* from socket call, see socket.h */ |