summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/udp_var.h')
-rw-r--r--sys/netinet/udp_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index e6f88d8a826..363ebd12f3c 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: udp_var.h,v 1.21 2010/10/21 11:38:27 bluhm Exp $ */
+/* $OpenBSD: udp_var.h,v 1.22 2013/06/01 16:22:05 bluhm Exp $ */
/* $NetBSD: udp_var.h,v 1.12 1996/02/13 23:44:41 christos Exp $ */
/*
@@ -103,7 +103,7 @@ extern struct inpcbtable udbtable;
extern struct udpstat udpstat;
#ifdef INET6
-void udp6_ctlinput(int, struct sockaddr *, void *);
+void udp6_ctlinput(int, struct sockaddr *, u_int, void *);
int udp6_input(struct mbuf **, int *, int);
#endif /* INET6 */
void *udp_ctlinput(int, struct sockaddr *, u_int, void *);