Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/sys/netinet6/ip6_input.c 1999/07/22 03:59:42 1.5 +++ src/sys/netinet6/ip6_input.c 1999/07/31 18:41:16 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.5 1999/07/22 03:59:42 itojun Exp $ */ +/* $NetBSD: ip6_input.c,v 1.6 1999/07/31 18:41:16 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -69,8 +69,10 @@ #endif #if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__) #include "opt_inet.h" +#ifdef __NetBSD__ /*XXX*/ #include "opt_ipsec.h" #endif +#endif #include #include