|
|
| version 1.12, 2004/03/05 16:57:15 | version 1.13, 2004/03/06 03:20:02 |
|---|---|
| Line 1 | Line 1 |
| /* | /* |
| * Copyright (c) 2004 Jeffrey Hsu. All rights reserved. | |
| * Copyright (c) 1982, 1986, 1991, 1993, 1995 | * Copyright (c) 1982, 1986, 1991, 1993, 1995 |
| * The Regents of the University of California. All rights reserved. | * The Regents of the University of California. All rights reserved. |
| * | * |
| Line 1039 void | Line 1040 void |
| in_pcbremlists(inp) | in_pcbremlists(inp) |
| struct inpcb *inp; | struct inpcb *inp; |
| { | { |
| inp->inp_gencnt = ++inp->inp_pcbinfo->ipi_gencnt; | |
| if (inp->inp_lport) { | if (inp->inp_lport) { |
| struct inpcbport *phd = inp->inp_phd; | struct inpcbport *phd = inp->inp_phd; |