Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/in6_pcb.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/in6_pcb.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/sys/netinet6/in6_pcb.h 2000/02/03 13:17:41 1.10 +++ src/sys/netinet6/in6_pcb.h 2000/06/05 06:38:23 1.11 @@ -1,9 +1,10 @@ -/* $NetBSD: in6_pcb.h,v 1.10 2000/02/03 13:17:41 itojun Exp $ */ +/* $NetBSD: in6_pcb.h,v 1.11 2000/06/05 06:38:23 itojun Exp $ */ +/* $KAME: in6_pcb.h,v 1.25 2000/06/05 00:41:58 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -15,7 +16,7 @@ * 3. Neither the name of the project nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -152,7 +153,7 @@ struct in6pcb { #ifdef _KERNEL void in6_losing __P((struct in6pcb *)); int in6_pcballoc __P((struct socket *, struct in6pcb *)); -int in6_pcbbind __P((struct in6pcb *, struct mbuf *)); +int in6_pcbbind __P((struct in6pcb *, struct mbuf *, struct proc *)); int in6_pcbconnect __P((struct in6pcb *, struct mbuf *)); void in6_pcbdetach __P((struct in6pcb *)); void in6_pcbdisconnect __P((struct in6pcb *));