|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.5, 1999/07/22 03:59:42 | version 1.6, 1999/07/31 18:41:16 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| #if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__) | #if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__) | ||
| #include "opt_inet.h" | #include "opt_inet.h" | ||
| #ifdef __NetBSD__ /*XXX*/ | |||
| #include "opt_ipsec.h" | #include "opt_ipsec.h" | ||
| #endif | #endif | ||
| #endif | |||
| #include <sys/param.h> | #include <sys/param.h> | ||
| #include <sys/systm.h> | #include <sys/systm.h> |