summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-11-05 20:17:23 +0000
committerjoerg <joerg@FreeBSD.org>1997-11-05 20:17:23 +0000
commit0bc9255aaad71db6321c5ff6bcc2dea8ada0b3a6 (patch)
treec961732fc66e9c63bbe8c8d01df2ed5c38003426 /sys/netinet/ip_input.c
parent81b353e477784f72590cd6a3e632045fa9c0e95d (diff)
downloadFreeBSD-src-0bc9255aaad71db6321c5ff6bcc2dea8ada0b3a6.zip
FreeBSD-src-0bc9255aaad71db6321c5ff6bcc2dea8ada0b3a6.tar.gz
Make IPDIVERT a supported option. Alas, in_var.h depends on it, i
hope i've found out all files that actually depend on this dependancy. IMHO, it's not very good practice to change the size of internal structs depending on kernel options.
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 3929e4d..c395d9e 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -31,13 +31,14 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
- * $Id: ip_input.c,v 1.69 1997/10/28 18:55:21 guido Exp $
+ * $Id: ip_input.c,v 1.70 1997/11/05 02:51:32 julian Exp $
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
#define _IP_VHL
#include "opt_ipfw.h"
+#include "opt_ipdivert.h"
#include <stddef.h>
OpenPOWER on IntegriCloud