Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Include arp.h to restore the sysctl net.inet.ip....



details:   https://anonhg.NetBSD.org/src/rev/58ff8b55f1c2
branches:  trunk
changeset: 811124:58ff8b55f1c2
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Oct 13 09:46:42 2015 +0000

description:
Include arp.h to restore the sysctl net.inet.ip.dad_count.
Fixes PR kern/49883 thanks to HITOSHI Osada.

diffstat:

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

diffs (27 lines):

diff -r dd27e192a6a4 -r 58ff8b55f1c2 sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c    Tue Oct 13 09:33:35 2015 +0000
+++ b/sys/netinet/ip_input.c    Tue Oct 13 09:46:42 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_input.c,v 1.324 2015/08/24 22:21:26 pooka Exp $     */
+/*     $NetBSD: ip_input.c,v 1.325 2015/10/13 09:46:42 roy Exp $       */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.324 2015/08/24 22:21:26 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.325 2015/10/13 09:46:42 roy Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -103,6 +103,8 @@
 #include "opt_inet_csum.h"
 #endif
 
+#include "arp.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/cpu.h>



Home | Main Index | Thread Index | Old Index