aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-11-05 20:17:23 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-11-05 20:17:23 +0000
commitfbd1372a0bacc9ed390cd76c61a59f9a8b7b02ef (patch)
treebe031ed5cc5a03f4c29cb2e195fccb9efffdd15f /sys/netinet/ip_output.c
parentf9c1acbf9780b2dce7964474598d4d3f665fe845 (diff)
downloadsrc-fbd1372a0bacc9ed390cd76c61a59f9a8b7b02ef.tar.gz
src-fbd1372a0bacc9ed390cd76c61a59f9a8b7b02ef.zip
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.
Notes
Notes: svn path=/head/; revision=30966
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r--sys/netinet/ip_output.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index ef996c2b400b..8c3d0f1481ea 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -31,11 +31,13 @@
* SUCH DAMAGE.
*
* @(#)ip_output.c 8.3 (Berkeley) 1/21/94
- * $Id: ip_output.c,v 1.59 1997/10/11 18:31:32 phk Exp $
+ * $Id: ip_output.c,v 1.60 1997/10/12 20:25:26 phk Exp $
*/
#define _IP_VHL
+#include "opt_ipdivert.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>