summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 018a040..fdba717 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -60,7 +60,6 @@
struct in_addr zeroin_addr;
-static void in_pcbremlists __P((struct inpcb *));
static void in_rtchange __P((struct inpcb *, int));
/*
@@ -889,7 +888,7 @@ in_pcbrehash(inp)
/*
* Remove PCB from various lists.
*/
-static void
+void
in_pcbremlists(inp)
struct inpcb *inp;
{
OpenPOWER on IntegriCloud