|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.184, 2003/11/19 18:39:34 | version 1.185, 2003/11/19 22:40:55 | ||
|---|---|---|---|
|
|
||
| return (sysctl_int(oldp, oldlenp, newp, newlen, | return (sysctl_int(oldp, oldlenp, newp, newlen, | ||
| &ip_do_randomid)); | &ip_do_randomid)); | ||
| #else | #else | ||
| return (sysctl_rdint(oldp, oldlenp, newp, newlen, 0)); | return (sysctl_rdint(oldp, oldlenp, newp, 0)); | ||
| #endif | #endif | ||
| default: | default: |