Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src Pull up following revision(s) (requested by christos in t...
details: https://anonhg.NetBSD.org/src/rev/d132a5b7ca2e
branches: netbsd-6
changeset: 775539:d132a5b7ca2e
user: riz <riz%NetBSD.org@localhost>
date: Wed Nov 28 21:41:01 2012 +0000
description:
Pull up following revision(s) (requested by christos in ticket #721):
include/resolv.h: revision 1.40
sys/netinet/ip.h: revision 1.33
sys/netinet/ip.h: revision 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 b0a34dae26c3 -r d132a5b7ca2e include/resolv.h
--- a/include/resolv.h Wed Nov 28 21:38:12 2012 +0000
+++ b/include/resolv.h Wed Nov 28 21:41:01 2012 +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.10.1 2012/11/28 21:41:01 riz 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 b0a34dae26c3 -r d132a5b7ca2e sys/netinet/ip.h
--- a/sys/netinet/ip.h Wed Nov 28 21:38:12 2012 +0000
+++ b/sys/netinet/ip.h Wed Nov 28 21:41:01 2012 +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.8.1 2012/11/28 21:41:01 riz 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