diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-13 17:35:28 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-13 17:35:28 +0000 |
| commit | 5d2541dab036dbbcf373f261ec03738e9dc3ee1b (patch) | |
| tree | 2f9b7e5f7d9bf55f7b16aedcdaf8acc3879caf65 | |
| parent | 0447d04bb09af56e143cc97cf2024e62a1ef831b (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_fw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 1be48b3c2c75..a719803817a7 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -12,14 +12,16 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.c,v 1.37 1996/06/09 23:46:20 alex Exp $ + * $Id: ip_fw.c,v 1.38 1996/06/12 19:34:33 gpalmer Exp $ */ /* * Implement IP packet firewall */ +#ifndef ACTUALLY_LKM_NOT_KERNEL #include "opt_ipfw.h" +#endif #include <sys/param.h> #include <sys/systm.h> |
