Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump kdump: include netinet/in_var.h to access in_n...



details:   https://anonhg.NetBSD.org/src/rev/1843ef62cfb9
branches:  trunk
changeset: 938596:1843ef62cfb9
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Sep 12 01:36:26 2020 +0000

description:
kdump: include netinet/in_var.h to access in_nbrinfo

diffstat:

 usr.bin/kdump/mkioctls |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 68e53f59af95 -r 1843ef62cfb9 usr.bin/kdump/mkioctls
--- a/usr.bin/kdump/mkioctls    Fri Sep 11 17:32:36 2020 +0000
+++ b/usr.bin/kdump/mkioctls    Sat Sep 12 01:36:26 2020 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mkioctls,v 1.56 2020/04/02 21:36:03 christos Exp $
+#      $NetBSD: mkioctls,v 1.57 2020/09/12 01:36:26 roy Exp $
 #
 # Copyright (c) 1994
 #      The Regents of the University of California.  All rights reserved.
@@ -67,6 +67,7 @@
 echo "#include <net/route.h>"
 echo "#include <net/ppp_defs.h>"
 echo "#include <netinet/in.h>"
+echo "#include <netinet/in_var.h>"
 echo "#include <netinet/in_systm.h>"
 echo "#include <netinet/ip.h>"
 echo "#include <netinet/ip_mroute.h>"



Home | Main Index | Thread Index | Old Index