|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.99, 2007/03/23 14:24:22 | version 1.100, 2007/03/24 00:27:58 | ||
|---|---|---|---|
|
|
||
| int s; | int s; | ||
| s = sysctl_lookup(SYSCTLFN_CALL(rnode)); | s = sysctl_lookup(SYSCTLFN_CALL(rnode)); | ||
| if (s) | if (s || newp == NULL) | ||
| return (s); | return (s); | ||
| s = splsoftnet(); | s = splsoftnet(); |