Staticise the socket list.
This commit is contained in:
parent
e814937e0b
commit
19aab9d410
@ -148,7 +148,7 @@ static u_long ngpdg_sendspace = 20 * 1024; /* really max datagram size */
|
||||
static u_long ngpdg_recvspace = 20 * 1024;
|
||||
|
||||
/* List of all sockets */
|
||||
LIST_HEAD(, ngpcb) ngsocklist;
|
||||
static LIST_HEAD(, ngpcb) ngsocklist;
|
||||
|
||||
#define sotongpcb(so) ((struct ngpcb *)(so)->so_pcb)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user