summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
committerpeter <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
commit13a0014ac8b819d8ef37772cf97245df13450261 (patch)
treef72e01dc2540943cd4cda489aab412fe04a925aa /sys/netinet/ip_mroute.c
parent234155271af9a91e4bb934325b4960c8eb788260 (diff)
downloadFreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.zip
FreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.tar.gz
Add more options into the conf/options and i386/conf/options.i386 files
and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones.
Diffstat (limited to 'sys/netinet/ip_mroute.c')
-rw-r--r--sys/netinet/ip_mroute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 8d8742da..90db6b6 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -9,9 +9,10 @@
* Modified by Bill Fenner, PARC, April 1995
*
* MROUTING Revision: 3.5
- * $Id: ip_mroute.c,v 1.26 1995/12/02 19:38:03 bde Exp $
+ * $Id: ip_mroute.c,v 1.27 1995/12/14 09:53:43 phk Exp $
*/
+#include "opt_mrouting.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud