summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.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/in_proto.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/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 9356624..a96fa67 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -31,9 +31,11 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
- * $Id: in_proto.c,v 1.42 1997/09/16 18:36:04 joerg Exp $
+ * $Id: in_proto.c,v 1.43 1997/10/28 15:58:43 bde Exp $
*/
+#include "opt_ipdivert.h"
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud