summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.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_output.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_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 ef996c2..8c3d0f1 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>
OpenPOWER on IntegriCloud