diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-05 14:41:39 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-05 14:41:39 +0000 |
| commit | 76429de41a85f7f29554d53bc0a171c0e3913fcf (patch) | |
| tree | f40f3ca5e5c27dfec6f4c10b00aa3b391491a550 /sys/netinet/in_pcb.c | |
| parent | a3f09ae6e1779f79dc58fcde7a742a5fc06fd818 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in_pcb.c')
| -rw-r--r-- | sys/netinet/in_pcb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 018a040302b8..fdba717509aa 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; { |
