Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Include opt_inet since this checks INET/INET6



details:   https://anonhg.NetBSD.org/src/rev/08e258b8fdbe
branches:  trunk
changeset: 757015:08e258b8fdbe
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Aug 10 21:46:12 2010 +0000

description:
Include opt_inet since this checks INET/INET6

diffstat:

 sys/netinet/ip_carp.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 52b97da68b46 -r 08e258b8fdbe sys/netinet/ip_carp.c
--- a/sys/netinet/ip_carp.c     Tue Aug 10 21:32:38 2010 +0000
+++ b/sys/netinet/ip_carp.c     Tue Aug 10 21:46:12 2010 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index