#if -> #ifdef

ok christos
This commit is contained in:
liamjfoy 2006-05-08 18:50:12 +00:00
parent a2a222b5c1
commit 64c2ef1711

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_input.c,v 1.225 2006/04/15 02:24:12 christos Exp $ */
/* $NetBSD: ip_input.c,v 1.226 2006/05/08 18:50:12 liamjfoy Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -98,7 +98,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.225 2006/04/15 02:24:12 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.226 2006/05/08 18:50:12 liamjfoy Exp $");
#include "opt_inet.h"
#include "opt_gateway.h"
@ -974,7 +974,7 @@ found:
goto bad;
}
#endif
#if FAST_IPSEC
#ifdef FAST_IPSEC
/*
* enforce IPsec policy checking if we are seeing last header.
* note that we do not visit this with protocols with pcb layer