Staticise the socket list.

This commit is contained in:
msmith 2002-01-08 10:30:34 +00:00
parent e814937e0b
commit 19aab9d410

View File

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