Module Name: src Committed By: pooka Date: Tue Aug 10 21:46:12 UTC 2010
Modified Files: src/sys/netinet: ip_carp.c Log Message: Include opt_inet since this checks INET/INET6 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet/ip_carp.c diff -u src/sys/netinet/ip_carp.c:1.41 src/sys/netinet/ip_carp.c:1.42 --- src/sys/netinet/ip_carp.c:1.41 Mon Apr 5 07:22:50 2010 +++ src/sys/netinet/ip_carp.c Tue Aug 10 21:46:12 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_carp.c,v 1.41 2010/04/05 07:22:50 joerg Exp $ */ +/* $NetBSD: ip_carp.c,v 1.42 2010/08/10 21:46:12 pooka Exp $ */ /* $OpenBSD: ip_carp.c,v 1.113 2005/11/04 08:11:54 mcbride Exp $ */ /* @@ -27,8 +27,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include "opt_inet.h" + #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.41 2010/04/05 07:22:50 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.42 2010/08/10 21:46:12 pooka Exp $"); /* * TODO: