Source-Changes-HG archive

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

[src/netbsd-6-0]: src Pull up following revision(s) (requested by mrg in tick...



details:   https://anonhg.NetBSD.org/src/rev/2768fbc64f6b
branches:  netbsd-6-0
changeset: 775230:2768fbc64f6b
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 17 09:38:37 2017 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #721):
        include/resolv.h: revision 1.40
        sys/netinet/ip.h: revision 1.33-1.34
fix typo
make this standalone, like every others (except OpenBSD)
add <netinet/in.h> because it is needed for sockaddr_in.

diffstat:

 include/resolv.h |  3 ++-
 sys/netinet/ip.h |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 1b96b9a0e870 -r 2768fbc64f6b include/resolv.h
--- a/include/resolv.h  Tue Aug 15 05:44:22 2017 +0000
+++ b/include/resolv.h  Thu Aug 17 09:38:37 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resolv.h,v 1.38 2009/10/24 17:23:34 christos Exp $     */
+/*     $NetBSD: resolv.h,v 1.38.14.1 2017/08/17 09:38:37 martin Exp $  */
 
 /*
  * Portions Copyright (C) 2004, 2005, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
@@ -63,6 +63,7 @@
 #include <sys/cdefs.h>
 #include <sys/socket.h>
 #include <stdio.h>
+#include <netinet/in.h>
 #include <arpa/nameser.h>
 
 /*%
diff -r 1b96b9a0e870 -r 2768fbc64f6b sys/netinet/ip.h
--- a/sys/netinet/ip.h  Tue Aug 15 05:44:22 2017 +0000
+++ b/sys/netinet/ip.h  Thu Aug 17 09:38:37 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip.h,v 1.32 2011/07/24 18:06:08 christos Exp $ */
+/*     $NetBSD: ip.h,v 1.32.14.1 2017/08/17 09:38:37 martin Exp $      */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -34,6 +34,7 @@
 #ifndef _NETINET_IP_H_
 #define _NETINET_IP_H_
 
+#include <netinet/in_systm.h>  /* for n_time */
 /*
  * Definitions for internet protocol version 4.
  * Per RFC 791, September 1981.



Home | Main Index | Thread Index | Old Index