remove IPV6FIREWALL case, which is never used

This commit is contained in:
itojun 2001-06-11 13:49:18 +00:00
parent afd5ba073b
commit 8b646a5273
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip6_output.c,v 1.35 2001/04/11 04:57:53 itojun Exp $ */
/* $NetBSD: ip6_output.c,v 1.36 2001/06/11 13:49:18 itojun Exp $ */
/* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */
/*
@ -102,10 +102,6 @@
#include <net/net_osdep.h>
#ifdef IPV6FIREWALL
#include <netinet6/ip6_fw.h>
#endif
#ifdef PFIL_HOOKS
extern struct pfil_head inet6_pfil_hook; /* XXX */
#endif