Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/netinet6 pullup 1.17 -> 1.18 (approved by releng-1-5)
details: https://anonhg.NetBSD.org/src/rev/400b0dc25cdd
branches: netbsd-1-5
changeset: 488539:400b0dc25cdd
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Jul 16 05:56:27 2000 +0000
description:
pullup 1.17 -> 1.18 (approved by releng-1-5)
do not pull sys/queue.h from netinet6/in6.h. PR10597.
some sync with kame.
diffstat:
sys/netinet6/in6.h | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r abe2a13b6494 -r 400b0dc25cdd sys/netinet6/in6.h
--- a/sys/netinet6/in6.h Sun Jul 16 01:27:13 2000 +0000
+++ b/sys/netinet6/in6.h Sun Jul 16 05:56:27 2000 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: in6.h,v 1.15 2000/06/08 19:01:44 danw Exp $ */
-/* $KAME: in6.h,v 1.44 2000/05/24 08:50:17 itojun Exp $ */
+/* $NetBSD: in6.h,v 1.15.2.1 2000/07/16 05:56:27 itojun Exp $ */
+/* $KAME: in6.h,v 1.52 2000/07/15 15:28:02 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -72,10 +72,6 @@
#ifndef _NETINET6_IN6_H_
#define _NETINET6_IN6_H_
-#ifndef _XOPEN_SOURCE
-#include <sys/queue.h>
-#endif
-
/*
* Identification of the network protocol stack
*/
@@ -91,7 +87,7 @@
* When a user does a bind(2) or connect(2) with a port number of zero,
* a non-conflicting local port address is chosen.
*
- * The default range is IPPORT_ANONMIX to IPPORT_ANONMAX, although
+ * The default range is IPPORT_ANONMIN to IPPORT_ANONMAX, although
* that is settable by sysctl(3); net.inet.ip.anonportmin and
* net.inet.ip.anonportmax respectively.
*
@@ -563,7 +559,6 @@
#ifdef _KERNEL
struct cmsghdr;
-int in6_canforward __P((struct in6_addr *, struct in6_addr *));
int in6_cksum __P((struct mbuf *, u_int8_t, u_int32_t, u_int32_t));
int in6_localaddr __P((struct in6_addr *));
int in6_addrscope __P((struct in6_addr *));
Home |
Main Index |
Thread Index |
Old Index