s/IPFIREWALL_MODULE/KLD_MODULE/

This commit is contained in:
Peter Wemm 1999-04-20 14:29:59 +00:00
parent 29789c6df9
commit 3a8e3ea548
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45871

View File

@ -12,14 +12,14 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id: ip_fw.c,v 1.106 1999/04/17 08:56:38 peter Exp $
* $Id: ip_fw.c,v 1.107 1999/04/20 13:32:04 peter Exp $
*/
/*
* Implement IP packet firewall
*/
#if !defined(IPFIREWALL_MODULE)
#if !defined(KLD_MODULE)
#include "opt_ipfw.h"
#include "opt_ipdn.h"
#include "opt_ipdivert.h"