|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.23, 1995/06/12 06:46:36 | version 1.24, 1995/08/12 23:59:36 | ||
|---|---|---|---|
|
|
||
| ip_slowtimo() | ip_slowtimo() | ||
| { | { | ||
| register struct ipq *fp; | register struct ipq *fp; | ||
| int s = splnet(); | int s = splsoftnet(); | ||
| fp = ipq.next; | fp = ipq.next; | ||
| if (fp == 0) { | if (fp == 0) { |