From d9c080e0265d3557ac6fe2d2723cf4823eaa909f Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Wed, 8 Dec 1999 06:50:25 +0000 Subject: bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). --- sys/netccitt/if_x25subr.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/netccitt') diff --git a/sys/netccitt/if_x25subr.c b/sys/netccitt/if_x25subr.c index b635df4ab74..1fc7118691f 100644 --- a/sys/netccitt/if_x25subr.c +++ b/sys/netccitt/if_x25subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_x25subr.c,v 1.3 1996/05/22 12:02:40 deraadt Exp $ */ +/* $OpenBSD: if_x25subr.c,v 1.4 1999/12/08 06:50:18 itojun Exp $ */ /* $NetBSD: if_x25subr.c,v 1.13 1996/05/09 22:29:25 scottr Exp $ */ /* @@ -63,6 +63,10 @@ #ifdef INET #include #include +#else +#ifdef _KERNEL +#error options CCITT assumes options INET +#endif #endif #ifdef NS -- cgit v1.2.3