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.21 (requested by itojun...



details:   https://anonhg.NetBSD.org/src/rev/c980fb8ef890
branches:  netbsd-1-6
changeset: 529043:c980fb8ef890
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Aug 27 09:33:18 2002 +0000

description:
Pull up revision 1.21 (requested by itojun in ticket #731):
pass proc * to in6_pcbsetport.  PR 18073

diffstat:

 sys/netinet6/in6_pcb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d16477a4baba -r c980fb8ef890 sys/netinet6/in6_pcb.h
--- a/sys/netinet6/in6_pcb.h    Tue Aug 27 09:33:07 2002 +0000
+++ b/sys/netinet6/in6_pcb.h    Tue Aug 27 09:33:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_pcb.h,v 1.19 2001/10/24 06:36:38 itojun Exp $      */
+/*     $NetBSD: in6_pcb.h,v 1.19.10.1 2002/08/27 09:33:18 lukem Exp $  */
 /*     $KAME: in6_pcb.h,v 1.45 2001/02/09 05:59:46 itojun Exp $        */
 
 /*
@@ -182,7 +182,7 @@
                                     struct route_in6 *,
                                     struct in6_addr *, int *));
 int    in6_selecthlim __P((struct in6pcb *, struct ifnet *));
-int    in6_pcbsetport __P((struct in6_addr *, struct in6pcb *));
+int    in6_pcbsetport __P((struct in6_addr *, struct in6pcb *, struct proc *));
 
 extern struct rtentry *
        in6_pcbrtentry __P((struct in6pcb *));



Home | Main Index | Thread Index | Old Index