summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-09-04 07:26:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-09-04 07:26:54 +0000
commit8182024ed97ac36b040c168df6fb7a8d1f777acf (patch)
tree34bfdf861fe0f67ac32c91e3adda9d9d0d93c0c4 /sys/netinet
parent65ad04741171e45c64ba4bc306cb92b68f836698 (diff)
pass struct proc * down to in6_pcbsetport
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 553d6a6c16d..2b682c3b121 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.h,v 1.43 2002/06/09 16:26:10 itojun Exp $ */
+/* $OpenBSD: in_pcb.h,v 1.44 2002/09/04 07:26:53 itojun Exp $ */
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
/*
@@ -273,6 +273,6 @@ int in6_pcbnotify(struct inpcbtable *, struct sockaddr *,
u_int, struct sockaddr *, u_int, int, void *,
void (*)(struct inpcb *, int));
int in6_selecthlim(struct inpcb *, struct ifnet *);
-int in6_pcbsetport(struct in6_addr *, struct inpcb *);
+int in6_pcbsetport(struct in6_addr *, struct inpcb *, struct proc *);
#endif /* _KERNEL */
#endif /* _NETINET_IN_PCB_H_ */