Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/netinet6 Pull up revision 1.9 (requested by itojun ...
details: https://anonhg.NetBSD.org/src/rev/d16477a4baba
branches: netbsd-1-6
changeset: 529042:d16477a4baba
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Aug 27 09:33:07 2002 +0000
description:
Pull up revision 1.9 (requested by itojun in ticket #731):
pass proc * to in6_pcbsetport. PR 18073
diffstat:
sys/netinet6/udp6_output.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0e9ddbcade8b -r d16477a4baba sys/netinet6/udp6_output.c
--- a/sys/netinet6/udp6_output.c Tue Aug 27 09:29:24 2002 +0000
+++ b/sys/netinet6/udp6_output.c Tue Aug 27 09:33:07 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udp6_output.c,v 1.6 2001/12/18 03:04:05 itojun Exp $ */
+/* $NetBSD: udp6_output.c,v 1.6.10.1 2002/08/27 09:33:07 lukem Exp $ */
/* $KAME: udp6_output.c,v 1.43 2001/10/15 09:19:52 itojun Exp $ */
/*
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udp6_output.c,v 1.6 2001/12/18 03:04:05 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udp6_output.c,v 1.6.10.1 2002/08/27 09:33:07 lukem Exp $");
#include "opt_ipsec.h"
#include "opt_inet.h"
@@ -269,7 +269,7 @@
goto release;
}
if (in6p->in6p_lport == 0 &&
- (error = in6_pcbsetport(laddr, in6p)) != 0)
+ (error = in6_pcbsetport(laddr, in6p, p)) != 0)
goto release;
} else {
if (IN6_IS_ADDR_UNSPECIFIED(&in6p->in6p_faddr)) {
Home |
Main Index |
Thread Index |
Old Index