summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-03-12 14:15:10 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-03-12 14:15:10 +0000
commitf1c7f5ee3e5b3d3a17d72cc931ce6c32e3df8c7e (patch)
tree43ed13eea64f2eb2481f005937a6bda22943a5de /sys
parentfbaf3891026aad3f1eac94c18912c723045e27c9 (diff)
ANSIfy a declaration, no object change.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/in6_src.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c
index 7ec305abbc7..95c12b4e688 100644
--- a/sys/netinet6/in6_src.c
+++ b/sys/netinet6/in6_src.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_src.c,v 1.37 2014/01/07 17:07:46 mikeb Exp $ */
+/* $OpenBSD: in6_src.c,v 1.38 2014/03/12 14:15:09 mpi Exp $ */
/* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */
/*
@@ -602,11 +602,8 @@ in6_selecthlim(struct inpcb *in6p, struct ifnet *ifp)
* we may want to change the function to return something other than ifp.
*/
int
-in6_embedscope(in6, sin6, in6p, ifpp)
- struct in6_addr *in6;
- const struct sockaddr_in6 *sin6;
- struct inpcb *in6p;
- struct ifnet **ifpp;
+in6_embedscope(struct in6_addr *in6, const struct sockaddr_in6 *sin6,
+ struct inpcb *in6p, struct ifnet **ifpp)
{
struct ifnet *ifp = NULL;
u_int32_t scopeid;