| plan 9 kernel history: overview | file list | diff list |
1992/0416/port/net.c (diff list | history)
| 1992/0321/sys/src/9/port/net.c:268,272 – 1992/0416/sys/src/9/port/net.c:268,273 (short | long | prev | next) | ||
| 1991/1115 | void netdisown(Network *np, int id) { | |
| 1992/0416 | if(np == 0) panic("np == 0"); | |
| 1991/1115 | *np->prot[id].owner = 0; | |
| 1991/1107 | } | |