Index: in6_pcb.h =================================================================== RCS file: /private/FreeBSD/src/sys/netinet6/in6_pcb.h,v retrieving revision 1.11 diff -u -p -r1.11 in6_pcb.h --- in6_pcb.h 13 Feb 2004 14:50:01 -0000 1.11 +++ in6_pcb.h 26 Mar 2004 13:33:08 -0000 @@ -76,7 +76,6 @@ void in6_pcbpurgeif0 __P((struct in6pcb *, struct ifnet *)); void in6_losing __P((struct inpcb *)); -int in6_pcballoc __P((struct socket *, struct inpcbinfo *, struct thread *)); int in6_pcbbind __P((struct inpcb *, struct sockaddr *, struct thread *)); int in6_pcbconnect __P((struct inpcb *, struct sockaddr *, struct thread *)); void in6_pcbdetach __P((struct inpcb *));