diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-20 14:29:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-20 14:29:59 +0000 |
| commit | 3a8e3ea5480b817171bf2a8a80f43644c60893f8 (patch) | |
| tree | 677f6decdb6a954429e5a1798ece4aee3675aea8 /sys | |
| parent | 29789c6df97a027fde2e41abfbfb0353c8236c55 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/ip_fw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index f1cc49923f1e..d88a15945d93 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -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" |
